summaryrefslogtreecommitdiff
path: root/target-m68k/cpu.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2012-11-02 08:36:36 +1100
committerStefan Hajnoczi <stefanha@redhat.com>2012-12-07 12:34:11 +0100
commitd694516440ca31bbcc7ad73f5e99b45fbeb2a6e6 (patch)
tree6bf936c3687828f687c620ccc8f5a536ad5f67ce /target-m68k/cpu.h
parentc47d08ceff8ac76ff857016c80a8864fcf45a7d6 (diff)
downloadqemu-d694516440ca31bbcc7ad73f5e99b45fbeb2a6e6.tar.gz
target-m68k: Remove t1 from CPUM68KState
This field is no longer used. Cc: Paul Brook <paul@codesourcery.com> Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'target-m68k/cpu.h')
-rw-r--r--target-m68k/cpu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/target-m68k/cpu.h b/target-m68k/cpu.h
index 780e2c94e7..f4fcdeee7a 100644
--- a/target-m68k/cpu.h
+++ b/target-m68k/cpu.h
@@ -103,9 +103,6 @@ typedef struct CPUM68KState {
uint32_t rambar0;
uint32_t cacr;
- /* ??? remove this. */
- uint32_t t1;
-
int pending_vector;
int pending_level;