qemu-e2k/linux-user
Blue Swirl 43dc2a645e Replace assert(0) with abort() or cpu_abort()
When building with -DNDEBUG, assert(0) will not stop execution
so it must not be used for abnormal termination.

Use cpu_abort() when in CPU context, abort() otherwise.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2010-03-18 18:41:57 +00:00
..
alpha alpha-linux-user: Implement signals. 2010-02-28 17:54:52 +01:00
arm Update to a hopefully more future proof FSF address 2010-03-07 15:48:43 +00:00
cris Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
i386 Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
m68k Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
microblaze Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
mips Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
mips64 Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
mipsn32 Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
ppc Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
sh4 Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
sparc Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
sparc64 Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
x86_64 Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
cpu-uname.c linux-user: adapt uname machine to emulated CPU 2010-02-06 17:19:43 +01:00
cpu-uname.h linux-user: adapt uname machine to emulated CPU 2010-02-06 17:19:43 +01:00
elfload.c Fix usermode virtual address type 2010-03-12 23:25:52 +00:00
elfload32.c
errno_defs.h
flat.h
flatload.c Update to a hopefully more future proof FSF address 2009-07-16 20:47:01 +00:00
ioctls.h linux-user: KD/VT/FB ioctls 2009-10-17 11:38:00 +03:00
linux_loop.h
linuxload.c linux-user: don't zero a buffer twice 2009-10-16 14:36:36 +03:00
m68k-sim.c Update to a hopefully more future proof FSF address 2009-07-16 20:47:01 +00:00
main.c linux-user: Fix mmap_find_vma returning invalid addresses. 2010-03-12 16:29:18 +00:00
mmap.c Fix usermode virtual address type 2010-03-12 23:25:52 +00:00
qemu-types.h
qemu.h linux-user: Fix mmap_find_vma returning invalid addresses. 2010-03-12 16:29:18 +00:00
signal.c Replace assert(0) with abort() or cpu_abort() 2010-03-18 18:41:57 +00:00
socket.h
strace.c Fix strace or FUTEX_PRIVATE_FLAG 2010-02-19 16:04:51 +00:00
strace.list
syscall.c linux-user: Fix syscall pipe2() retval on sh4 2010-03-06 19:35:18 +01:00
syscall_defs.h alpha-linux-user: Implement signals. 2010-02-28 17:54:52 +01:00
syscall_types.h linux-user: KD/VT/FB ioctls 2009-10-17 11:38:00 +03:00
uaccess.c
vm86.c Update to a hopefully more future proof FSF address 2009-07-16 20:47:01 +00:00