summary refs log tree commit diff stats
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 fb2a65ac9c..83cd89581e 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 helper_single_step(CPUX86State *env)
+void QEMU_NORETURN helper_single_step(CPUX86State *env)
 {
 #ifndef CONFIG_USER_ONLY
     check_hw_breakpoints(env, true);