From 9133e39b8473ee118c756b7e9356b0e5dbe6e18d Mon Sep 17 00:00:00 2001 From: bellard Date: Thu, 29 May 2008 10:08:06 +0000 Subject: 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 --- target-cris/cpu.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'target-cris') 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; -- cgit v1.2.1