mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
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>
This commit is contained in:
committed by
Stefan Hajnoczi
parent
c47d08ceff
commit
d694516440
@@ -103,9 +103,6 @@ typedef struct CPUM68KState {
|
||||
uint32_t rambar0;
|
||||
uint32_t cacr;
|
||||
|
||||
/* ??? remove this. */
|
||||
uint32_t t1;
|
||||
|
||||
int pending_vector;
|
||||
int pending_level;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user