diff options
author | Richard Henderson | 2020-08-24 15:46:04 +0200 |
---|---|---|
committer | Richard Henderson | 2020-09-01 16:41:38 +0200 |
commit | eb2022b7d0dcf5be089f9519ac096ebe60b46797 (patch) | |
tree | 17990046a244c26245623a66a6e23b35000f9158 /target/microblaze/helper.h | |
parent | target/microblaze: Mark raise_exception as noreturn (diff) | |
download | qemu-eb2022b7d0dcf5be089f9519ac096ebe60b46797.tar.gz qemu-eb2022b7d0dcf5be089f9519ac096ebe60b46797.tar.xz qemu-eb2022b7d0dcf5be089f9519ac096ebe60b46797.zip |
target/microblaze: Remove helper_debug and env->debug
This is not used, and seems redundant with -d cpu.
Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/microblaze/helper.h')
-rw-r--r-- | target/microblaze/helper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/microblaze/helper.h b/target/microblaze/helper.h index 820711366d..9309142f8d 100644 --- a/target/microblaze/helper.h +++ b/target/microblaze/helper.h @@ -1,5 +1,4 @@ DEF_HELPER_FLAGS_2(raise_exception, TCG_CALL_NO_WG, noreturn, env, i32) -DEF_HELPER_1(debug, void, env) DEF_HELPER_FLAGS_3(carry, TCG_CALL_NO_RWG_SE, i32, i32, i32, i32) DEF_HELPER_2(cmp, i32, i32, i32) DEF_HELPER_2(cmpu, i32, i32, i32) |