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>
master
Alex Bennée 2015-06-15 18:06:08 +01:00 committed by Peter Maydell
parent 644ead5be1
commit a79e0218e0
1 changed files with 0 additions and 1 deletions

View File

@ -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: