mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-26 09:28:38 -07:00
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> |
||
|---|---|---|
| .. | ||
| cpu.h | ||
| crisv10-decode.h | ||
| crisv32-decode.h | ||
| exec.h | ||
| helper.c | ||
| helper.h | ||
| machine.c | ||
| mmu.c | ||
| mmu.h | ||
| op_helper.c | ||
| opcode-cris.h | ||
| translate.c | ||
| translate_v10.c | ||