summaryrefslogtreecommitdiffstats
path: root/target/openrisc/exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/openrisc/exception.h')
-rw-r--r--target/openrisc/exception.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/openrisc/exception.h b/target/openrisc/exception.h
index 333bf84638..f62fc314c1 100644
--- a/target/openrisc/exception.h
+++ b/target/openrisc/exception.h
@@ -22,6 +22,6 @@
#include "cpu.h"
-void QEMU_NORETURN raise_exception(OpenRISCCPU *cpu, uint32_t excp);
+G_NORETURN void raise_exception(OpenRISCCPU *cpu, uint32_t excp);
#endif /* TARGET_OPENRISC_EXCEPTION_H */