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-ppc/cpu.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'target-ppc/cpu.h') diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index 3eea695..a884fd6 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -646,7 +646,6 @@ struct CPUPPCState { int bfd_mach; uint32_t flags; - int exception_index; int error_code; int interrupt_request; uint32_t pending_interrupts; @@ -672,7 +671,6 @@ struct CPUPPCState { opc_handler_t *opcodes[0x40]; /* Those resources are used only in Qemu core */ - jmp_buf jmp_env; int user_mode_only; /* user mode only simulation */ target_ulong hflags; /* hflags is a MSR & HFLAGS_MASK */ target_ulong hflags_nmsr; /* specific hflags, not comming from MSR */ -- cgit v1.1