mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -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
|
@ -114,10 +114,8 @@ typedef struct CPUSH4State {
|
|||
uint32_t expevt; /* exception event register */
|
||||
uint32_t intevt; /* interrupt event register */
|
||||
|
||||
jmp_buf jmp_env;
|
||||
int user_mode_only;
|
||||
int interrupt_request;
|
||||
int exception_index;
|
||||
CPU_COMMON tlb_t utlb[UTLB_SIZE]; /* unified translation table */
|
||||
tlb_t itlb[ITLB_SIZE]; /* instruction translation table */
|
||||
void *intc_handle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue