From: Richard Henderson Date: Thu, 1 Nov 2012 21:36:36 +0000 (+1100) Subject: target-m68k: Remove t1 from CPUM68KState X-Git-Tag: v1.4.0-rc0~303^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d694516440ca31bbcc7ad73f5e99b45fbeb2a6e6;p=thirdparty%2Fqemu.git target-m68k: Remove t1 from CPUM68KState This field is no longer used. Cc: Paul Brook Signed-off-by: Richard Henderson Signed-off-by: Stefan Hajnoczi --- diff --git a/target-m68k/cpu.h b/target-m68k/cpu.h index 780e2c94e71..f4fcdeee7ae 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;