diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-29 10:08:06 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-29 10:08:06 +0000 |
commit | 9133e39b8473ee118c756b7e9356b0e5dbe6e18d (patch) | |
tree | 0ad070128a238aa41a39b1867c563c079996afb4 /target-arm | |
parent | 4369415f1e62eff10201f20c984e02490c846046 (diff) |
Push common interrupt variables to cpu-defs.h (Glauber Costa)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4612 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-arm')
-rw-r--r-- | target-arm/cpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-arm/cpu.h b/target-arm/cpu.h index f7252f5c21..1042808665 100644 --- a/target-arm/cpu.h +++ b/target-arm/cpu.h @@ -157,8 +157,6 @@ typedef struct CPUARMState { void *irq_opaque; /* exception/interrupt handling */ - jmp_buf jmp_env; - int exception_index; int interrupt_request; int user_mode_only; |