diff options
Diffstat (limited to 'target-ppc/cpu.h')
-rw-r--r-- | target-ppc/cpu.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index 3911f28f2d..a9bd0098cd 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -530,11 +530,7 @@ struct CPUPPCState { * during translated code execution */ #if TARGET_LONG_BITS > HOST_LONG_BITS - target_ulong t0, t1; -#endif - /* XXX: this is a temporary workaround for i386. cf translate.c comment */ -#if (TARGET_LONG_BITS > HOST_LONG_BITS) || defined(HOST_I386) - target_ulong t2; + target_ulong t0; #endif /* general purpose registers */ |