summaryrefslogtreecommitdiffstats
path: root/target/i386/tcg/bpt_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/i386/tcg/bpt_helper.c')
-rw-r--r--target/i386/tcg/bpt_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/i386/tcg/bpt_helper.c b/target/i386/tcg/bpt_helper.c
index b6c1fff16e..bc34ac27fe 100644
--- a/target/i386/tcg/bpt_helper.c
+++ b/target/i386/tcg/bpt_helper.c
@@ -22,7 +22,7 @@
#include "exec/helper-proto.h"
#include "helper-tcg.h"
-void QEMU_NORETURN helper_single_step(CPUX86State *env)
+G_NORETURN void helper_single_step(CPUX86State *env)
{
#ifndef CONFIG_USER_ONLY
check_hw_breakpoints(env, true);