diff --git a/qemu/target-arm/cpu.h b/qemu/target-arm/cpu.h index 68ff1cf3..91e99a7c 100644 --- a/qemu/target-arm/cpu.h +++ b/qemu/target-arm/cpu.h @@ -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;