mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
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
This commit is contained in:
parent
4369415f1e
commit
9133e39b84
10 changed files with 4 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue