qemu-patch-raspberry4/target-m68k
Peter Maydell 7372c2b926 target-m68k: Remove custom qemu_assert() function
Remove the custom qemu_assert() function defined by target-m68k/translate.c
in favour of either using glib g_assert_not_reached() (for the genuinely
can't-happen cases) or cpu_abort() (for the "this isn't implemented",
in line with other unimplemented cases in the target).

This has the benefit of silencing some clang warnings about
variables used while uninitialized (which are emitted because
clang can't figure out that qemu_assert(0, something) never
returns.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Andreas Färber <afaerber@suse.de>
2014-03-13 19:20:46 +01:00
..
cpu-qom.h cpu: Introduce CPUClass::gdb_{read,write}_register() 2013-07-27 00:04:17 +02:00
cpu.c cpu: Turn cpu_has_work() into a CPUClass hook 2014-03-13 19:01:49 +01:00
cpu.h cpu: Turn cpu_has_work() into a CPUClass hook 2014-03-13 19:01:49 +01:00
gdbstub.c cpu: Introduce CPUClass::gdb_{read,write}_register() 2013-07-27 00:04:17 +02:00
helper.c Merge remote-tracking branch 'rth/tcg-pull' into staging 2013-10-11 09:36:52 -07:00
helper.h target-m68k: Rename helpers.h to helper.h 2013-10-10 11:41:54 -07:00
m68k-qreg.h Remove unnecessary trailing newlines 2008-12-13 09:32:43 +00:00
m68k-semi.c gdbstub: Change syscall callback argument to CPUState 2013-07-23 02:41:32 +02:00
Makefile.objs cpu: Introduce CPUClass::gdb_{read,write}_register() 2013-07-27 00:04:17 +02:00
op_helper.c target-m68k: Rename helpers.h to helper.h 2013-10-10 11:41:54 -07:00
qregs.def cpu: Move halted and interrupt_request fields to CPUState 2013-03-12 10:35:55 +01:00
translate.c target-m68k: Remove custom qemu_assert() function 2014-03-13 19:20:46 +01:00