diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-06 22:01:01 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-06 22:01:01 +0000 |
commit | 8983da70c408df3d2159f508d219e17e99396db9 (patch) | |
tree | a77e1d479f92cb4e3e4c4ed7df6df341d39e6dd2 /target-ppc/cpu.h | |
parent | 74d37793f4ea5f30ed6c0af6c449a204dacd8b44 (diff) |
target-ppc: remove dead code
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5896 c046a42c-6fe2-441c-8c8c-71466251a162
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 */ |