diff options
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 |