diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2021-07-19 14:41:55 -1000 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2021-10-15 16:39:14 -0700 |
commit | b6509e35b9e3a3fa90cdafcb8d53bf75306f427b (patch) | |
tree | 0421be79339f79df05fb28bb8eeb0ac3be4ce814 /target/rx/helper.h | |
parent | 273b68b10428117ffb1917d4081cf8ab4cc940ca (diff) | |
download | qemu-b6509e35b9e3a3fa90cdafcb8d53bf75306f427b.zip qemu-b6509e35b9e3a3fa90cdafcb8d53bf75306f427b.tar.gz qemu-b6509e35b9e3a3fa90cdafcb8d53bf75306f427b.tar.bz2 |
target/rx: Drop checks for singlestep_enabled
GDB single-stepping is now handled generically.
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/rx/helper.h')
-rw-r--r-- | target/rx/helper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/rx/helper.h b/target/rx/helper.h index f0b7ebb..ebb4739 100644 --- a/target/rx/helper.h +++ b/target/rx/helper.h @@ -2,7 +2,6 @@ DEF_HELPER_1(raise_illegal_instruction, noreturn, env) DEF_HELPER_1(raise_access_fault, noreturn, env) DEF_HELPER_1(raise_privilege_violation, noreturn, env) DEF_HELPER_1(wait, noreturn, env) -DEF_HELPER_1(debug, noreturn, env) DEF_HELPER_2(rxint, noreturn, env, i32) DEF_HELPER_1(rxbrk, noreturn, env) DEF_HELPER_FLAGS_3(fadd, TCG_CALL_NO_WG, f32, env, f32, f32) |