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-sparc/cpu.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'target-sparc/cpu.h') diff --git a/target-sparc/cpu.h b/target-sparc/cpu.h index f00192e..ba3ee01 100644 --- a/target-sparc/cpu.h +++ b/target-sparc/cpu.h @@ -214,9 +214,7 @@ typedef struct CPUSPARCState { uint32_t pil_in; /* incoming interrupt level bitmap */ int psref; /* enable fpu */ target_ulong version; - jmp_buf jmp_env; int user_mode_only; - int exception_index; int interrupt_index; int interrupt_request; uint32_t mmu_bm; -- cgit v1.1