diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2015-06-15 18:06:08 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2015-06-15 18:06:08 +0100 |
commit | a79e0218e0ae27c9cdd2648bd46e5a916c903cc2 (patch) | |
tree | 391a0a0a8125b193d04dc6eb274f66a8eb83dd4d /target-arm | |
parent | 644ead5be1a851abff16886240c5c6fc1c5137c0 (diff) | |
download | qemu-a79e0218e0ae27c9cdd2648bd46e5a916c903cc2.zip qemu-a79e0218e0ae27c9cdd2648bd46e5a916c903cc2.tar.gz qemu-a79e0218e0ae27c9cdd2648bd46e5a916c903cc2.tar.bz2 |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-arm/cpu.h b/target-arm/cpu.h index 21b5b8e..7c1d95c 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: |