qemu-e2k/linux-user
Stefan Weil d1c002b6ae linux-user: Remove type casts to union type
Casting to a union type is a gcc (and clang) extension. Other compilers
might not support it. This is not a problem today, but the type casts
can be removed easily. Smatch now no longer complains like before:

linux-user/syscall.c:3190:18: warning: cast to non-scalar
linux-user/syscall.c:7348:44: warning: cast to non-scalar

Cc: Riku Voipio <riku.voipio@iki.fi>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2015-10-08 19:46:47 +03:00
..
aarch64
alpha
arm
cris
i386
m68k
microblaze
mips
mips64
openrisc
ppc
s390x
sh4
sparc
sparc64
tilegx linux-user/tilegx: Implement tilegx signal features 2015-10-07 20:03:15 +11:00
unicore32
x86_64
elfload.c linux-user: Use g_new() & friends where that makes obvious sense 2015-10-08 19:46:47 +03:00
errno_defs.h
flat.h
flatload.c linux-user: remove MAX_ARG_PAGES limit 2015-09-28 16:29:11 +03:00
ioctls.h
linux_loop.h
linuxload.c linux-user: remove MAX_ARG_PAGES limit 2015-09-28 16:29:11 +03:00
m68k-sim.c
main.c linux-user: Use g_new() & friends where that makes obvious sense 2015-10-08 19:46:47 +03:00
Makefile.objs
mmap.c linux-user: assert that target_mprotect cannot fail 2015-10-01 11:43:42 +03:00
qemu.h linux-user: remove MAX_ARG_PAGES limit 2015-09-28 16:29:11 +03:00
signal.c linux-user/tilegx: Implement tilegx signal features 2015-10-07 20:03:15 +11:00
socket.h
strace.c
strace.list
syscall_defs.h linux-user/syscall_defs.h: Sync the latest si_code from Linux kernel 2015-10-07 20:03:15 +11:00
syscall_types.h
syscall.c linux-user: Remove type casts to union type 2015-10-08 19:46:47 +03:00
target_flat.h
uaccess.c
uname.c
uname.h
vm86.c