diff options
Diffstat (limited to 'target-arm')
-rw-r--r-- | target-arm/cpu.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target-arm/cpu.h b/target-arm/cpu.h index 1d7333264b..ff765f7838 100644 --- a/target-arm/cpu.h +++ b/target-arm/cpu.h @@ -156,10 +156,6 @@ typedef struct CPUARMState { int (*get_irq_vector)(struct CPUARMState *); void *irq_opaque; - /* exception/interrupt handling */ - int interrupt_request; - int user_mode_only; - /* VFP coprocessor state. */ struct { float64 regs[32]; |