mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Move interrupt_request and user_mode_only to common cpu state.
Save and restore env->interrupt_request and env->halted. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4817 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
a5cdf95220
commit
9656f324d2
12 changed files with 38 additions and 28 deletions
|
@ -215,9 +215,7 @@ typedef struct CPUSPARCState {
|
|||
uint32_t pil_in; /* incoming interrupt level bitmap */
|
||||
int psref; /* enable fpu */
|
||||
target_ulong version;
|
||||
int user_mode_only;
|
||||
int interrupt_index;
|
||||
int interrupt_request;
|
||||
uint32_t mmu_bm;
|
||||
uint32_t mmu_ctpr_mask;
|
||||
uint32_t mmu_cxr_mask;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue