summaryrefslogtreecommitdiffstats
path: root/target/openrisc/exception.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/openrisc/exception.c')
-rw-r--r--target/openrisc/exception.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/openrisc/exception.c b/target/openrisc/exception.c
index 28c1fce523..8699c3dcea 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);