mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-23 18:15:30 +00:00
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:
parent
7f53358ec1
commit
f6d104b33a
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue