diff options
Diffstat (limited to 'target/openrisc/exception.c')
-rw-r--r-- | target/openrisc/exception.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/openrisc/exception.c b/target/openrisc/exception.c index 28c1fce..8699c3d 100644 --- a/target/openrisc/exception.c +++ b/target/openrisc/exception.c @@ -22,7 +22,7 @@ #include "exec/exec-all.h" #include "exception.h" -void QEMU_NORETURN raise_exception(OpenRISCCPU *cpu, uint32_t excp) +G_NORETURN void raise_exception(OpenRISCCPU *cpu, uint32_t excp) { CPUState *cs = CPU(cpu); |