]> git.proxmox.com Git - qemu.git/commitdiff
target-m68k: Remove t1 from CPUM68KState
authorRichard Henderson <rth@twiddle.net>
Thu, 1 Nov 2012 21:36:36 +0000 (08:36 +1100)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 7 Dec 2012 11:34:11 +0000 (12:34 +0100)
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>
target-m68k/cpu.h

index 780e2c94e71c3881093f0e162fe37ab1d6cffaf7..f4fcdeee7ae51fcb3ba3134348f5ad252196fe17 100644 (file)
@@ -103,9 +103,6 @@ typedef struct CPUM68KState {
     uint32_t rambar0;
     uint32_t cacr;
 
-    /* ??? remove this.  */
-    uint32_t t1;
-
     int pending_vector;
     int pending_level;