From 8983da70c408df3d2159f508d219e17e99396db9 Mon Sep 17 00:00:00 2001 From: aurel32 Date: Sat, 6 Dec 2008 22:01:01 +0000 Subject: target-ppc: remove dead code Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5896 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-ppc/cpu.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'target-ppc/cpu.h') 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 */ -- cgit v1.2.1