mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07: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