summaryrefslogtreecommitdiff
path: root/target-arm
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2015-06-15 18:06:08 +0100
committerPeter Maydell <peter.maydell@linaro.org>2015-06-15 18:06:08 +0100
commita79e0218e0ae27c9cdd2648bd46e5a916c903cc2 (patch)
tree391a0a0a8125b193d04dc6eb274f66a8eb83dd4d /target-arm
parent644ead5be1a851abff16886240c5c6fc1c5137c0 (diff)
downloadqemu-a79e0218e0ae27c9cdd2648bd46e5a916c903cc2.tar.gz
target-arm/cpu.h: remove pending_exception
This isn't used by any of the code. In fact it looks like it was never used as it came in with ARMv7 support. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-id: 1434020015-8868-1-git-send-email-alex.bennee@linaro.org Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'target-arm')
-rw-r--r--target-arm/cpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target-arm/cpu.h b/target-arm/cpu.h
index 21b5b8e538..7c1d95c815 100644
--- a/target-arm/cpu.h
+++ b/target-arm/cpu.h
@@ -384,7 +384,6 @@ typedef struct CPUARMState {
uint32_t control;
int current_sp;
int exception;
- int pending_exception;
} v7m;
/* Information associated with an exception about to be taken: