aboutsummaryrefslogtreecommitdiff
path: root/target/arm/translate.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2022-06-10 14:32:33 +0100
committerPeter Maydell <peter.maydell@linaro.org>2022-06-10 14:32:33 +0100
commit8480e933edf112d3ee775929106a2bdbaf002fbe (patch)
tree5bfff8c4ec68d9dfa3a0d75980dccd20b8d4fab1 /target/arm/translate.h
parentf0d7c2054aee5d17ed0a84a11cc8c89b38902d3c (diff)
target/arm: Remove TBFLAG_ANY.DEBUG_TARGET_EL
We no longer need this value during translation, as it is now handled within the helpers. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20220609202901.1177572-15-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'target/arm/translate.h')
-rw-r--r--target/arm/translate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/arm/translate.h b/target/arm/translate.h
index 890e73194c..8685f55e80 100644
--- a/target/arm/translate.h
+++ b/target/arm/translate.h
@@ -59,8 +59,6 @@ typedef struct DisasContext {
*/
uint32_t svc_imm;
int current_el;
- /* Debug target exception level for single-step exceptions */
- int debug_target_el;
GHashTable *cp_regs;
uint64_t features; /* CPU features bits */
bool aarch64;