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.

Backports commit a79e0218e0ae27c9cdd2648bd46e5a916c903cc2 from qemu
This commit is contained in:
Alex Bennée 2018-02-13 14:20:25 -05:00 committed by Lioncash
parent 7f53358ec1
commit f6d104b33a
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -388,7 +388,6 @@ typedef struct CPUARMState {
uint32_t control;
int current_sp;
int exception;
int pending_exception;
uint32_t secure; /* Is CPU in Secure state? (not guest visible) */
} v7m;