diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-07-01 20:01:19 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-07-01 20:01:19 +0000 |
commit | 9656f324d25895ec16ebc5eaf624e28a96c1f1be (patch) | |
tree | 493d25a4b894fea24ee91d07efea4309044ba54c /target-m68k/cpu.h | |
parent | a5cdf952204931960bbb269494469843be789b52 (diff) | |
download | qemu-9656f324d25895ec16ebc5eaf624e28a96c1f1be.tar.gz qemu-9656f324d25895ec16ebc5eaf624e28a96c1f1be.tar.bz2 qemu-9656f324d25895ec16ebc5eaf624e28a96c1f1be.zip |
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
Diffstat (limited to 'target-m68k/cpu.h')
-rw-r--r-- | target-m68k/cpu.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target-m68k/cpu.h b/target-m68k/cpu.h index aaf9e42632..a6687b11a7 100644 --- a/target-m68k/cpu.h +++ b/target-m68k/cpu.h @@ -103,10 +103,6 @@ typedef struct CPUM68KState { /* ??? remove this. */ uint32_t t1; - /* exception/interrupt handling */ - int interrupt_request; - int user_mode_only; - int pending_vector; int pending_level; |