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:
bellard 2008-05-29 10:08:06 +00:00
parent 4369415f1e
commit 9133e39b84
10 changed files with 4 additions and 18 deletions

View file

@ -157,8 +157,6 @@ typedef struct CPUARMState {
void *irq_opaque;
/* exception/interrupt handling */
jmp_buf jmp_env;
int exception_index;
int interrupt_request;
int user_mode_only;