summaryrefslogtreecommitdiff
path: root/target-m68k/cpu.h
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-29 10:08:06 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-29 10:08:06 +0000
commitceea9225f2c59d4eae5511132fab0987107388c0 (patch)
tree0ad070128a238aa41a39b1867c563c079996afb4 /target-m68k/cpu.h
parent9f56988753199bb3c43a6e474992e6e8c51cb25f (diff)
downloadqemu-ceea9225f2c59d4eae5511132fab0987107388c0.tar.gz
qemu-ceea9225f2c59d4eae5511132fab0987107388c0.tar.bz2
qemu-ceea9225f2c59d4eae5511132fab0987107388c0.zip
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
Diffstat (limited to 'target-m68k/cpu.h')
-rw-r--r--target-m68k/cpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/target-m68k/cpu.h b/target-m68k/cpu.h
index 34651e3e89..d5c5a10556 100644
--- a/target-m68k/cpu.h
+++ b/target-m68k/cpu.h
@@ -104,8 +104,6 @@ typedef struct CPUM68KState {
uint32_t t1;
/* exception/interrupt handling */
- jmp_buf jmp_env;
- int exception_index;
int interrupt_request;
int user_mode_only;