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>
This commit is contained in:
parent
644ead5be1
commit
a79e0218e0
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user