aboutsummaryrefslogtreecommitdiff
path: root/target/microblaze/cpu.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2020-08-24 06:46:04 -0700
committerRichard Henderson <richard.henderson@linaro.org>2020-09-01 07:41:38 -0700
commiteb2022b7d0dcf5be089f9519ac096ebe60b46797 (patch)
tree17990046a244c26245623a66a6e23b35000f9158 /target/microblaze/cpu.h
parent41060b74bf4597b8260205bf1b6ed43c3b1696d7 (diff)
downloadqemu-eb2022b7d0dcf5be089f9519ac096ebe60b46797.zip
qemu-eb2022b7d0dcf5be089f9519ac096ebe60b46797.tar.gz
qemu-eb2022b7d0dcf5be089f9519ac096ebe60b46797.tar.bz2
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/cpu.h')
-rw-r--r--target/microblaze/cpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/microblaze/cpu.h b/target/microblaze/cpu.h
index b88acba..7708c9a 100644
--- a/target/microblaze/cpu.h
+++ b/target/microblaze/cpu.h
@@ -229,7 +229,6 @@ typedef struct CPUMBState CPUMBState;
#define STREAM_NONBLOCK (1 << 4)
struct CPUMBState {
- uint32_t debug;
uint32_t btaken;
uint32_t btarget;
uint32_t bimm;