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-i386/cpu.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'target-i386') diff --git a/target-i386/cpu.h b/target-i386/cpu.h index 2012deb..eb00527 100644 --- a/target-i386/cpu.h +++ b/target-i386/cpu.h @@ -552,8 +552,6 @@ typedef struct CPUX86State { uint64_t pat; /* exception/interrupt handling */ - jmp_buf jmp_env; - int exception_index; int error_code; int exception_is_int; target_ulong exception_next_eip; -- cgit v1.1