diff options
Diffstat (limited to 'target-cris/cpu.h')
-rw-r--r-- | target-cris/cpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-cris/cpu.h b/target-cris/cpu.h index 035b04fce9..14b09d8cb6 100644 --- a/target-cris/cpu.h +++ b/target-cris/cpu.h @@ -123,7 +123,6 @@ typedef struct CPUCRISState { /* X flag at the time of cc snapshot. */ int cc_x; - int exception_index; int interrupt_request; int interrupt_vector; int fault_vector; @@ -158,7 +157,6 @@ typedef struct CPUCRISState { int features; int user_mode_only; - jmp_buf jmp_env; CPU_COMMON } CPUCRISState; |