diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-03-31 20:28:52 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-03-31 20:28:52 +0000 |
commit | 678dde1323f864a46730c303223b40c4571c23bb (patch) | |
tree | 26bec94c0725edc7f351d815a697d4ff85750837 /target-i386/cpu.h | |
parent | a80274c31bd94f7a345934d2544075a6d183ebac (diff) |
Generate double and triple faults, by Bernhard Kauer.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2563 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-i386/cpu.h')
-rw-r--r-- | target-i386/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-i386/cpu.h b/target-i386/cpu.h index 1eb546e566..104f31e2c2 100644 --- a/target-i386/cpu.h +++ b/target-i386/cpu.h @@ -515,6 +515,7 @@ typedef struct CPUX86State { uint32_t smbase; int interrupt_request; int user_mode_only; /* user mode only simulation */ + int old_exception; /* exception in flight */ CPU_COMMON |