aboutsummaryrefslogtreecommitdiff
path: root/target/i386/helper.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2021-07-19 16:04:29 -1000
committerRichard Henderson <richard.henderson@linaro.org>2021-10-15 16:39:14 -0700
commit4bc4c3135be4b258ae8143b1f8982fe76cba460a (patch)
tree1b6cab1d0a4f49841e5cc640125bcf7f3f479e40 /target/i386/helper.h
parent9ef6c6ec08b8ecd89a797fa6819b0c1d121e24d7 (diff)
downloadqemu-4bc4c3135be4b258ae8143b1f8982fe76cba460a.zip
qemu-4bc4c3135be4b258ae8143b1f8982fe76cba460a.tar.gz
qemu-4bc4c3135be4b258ae8143b1f8982fe76cba460a.tar.bz2
target/i386: Drop check for singlestep_enabled
GDB single-stepping is now handled generically. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/i386/helper.h')
-rw-r--r--target/i386/helper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/i386/helper.h b/target/i386/helper.h
index 574ff75..ac3b4d1 100644
--- a/target/i386/helper.h
+++ b/target/i386/helper.h
@@ -56,7 +56,6 @@ DEF_HELPER_2(syscall, void, env, int)
DEF_HELPER_2(sysret, void, env, int)
#endif
DEF_HELPER_FLAGS_2(pause, TCG_CALL_NO_WG, noreturn, env, int)
-DEF_HELPER_FLAGS_1(debug, TCG_CALL_NO_WG, noreturn, env)
DEF_HELPER_1(reset_rf, void, env)
DEF_HELPER_FLAGS_3(raise_interrupt, TCG_CALL_NO_WG, noreturn, env, int, int)
DEF_HELPER_FLAGS_2(raise_exception, TCG_CALL_NO_WG, noreturn, env, int)