mirror of https://github.com/xqemu/xqemu.git
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:
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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue