qemu-e2k/target-cris
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
..
cpu.h Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. 2010-03-12 16:28:24 +00:00
crisv10-decode.h
crisv32-decode.h
exec.h
helper.c Replace assert(0) with abort() or cpu_abort() 2010-03-18 18:41:57 +00:00
helper.h
machine.c
mmu.c
mmu.h
op_helper.c
opcode-cris.h
translate_v10.c Replace assert(0) with abort() or cpu_abort() 2010-03-18 18:41:57 +00:00
translate.c