From 7fa76c0bf3b4d6d2d189587aa118fc5fbbef1238 Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Sun, 4 May 2008 11:58:45 +0000 Subject: Complete the TCG conversion git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4323 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-sparc/cpu.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'target-sparc/cpu.h') diff --git a/target-sparc/cpu.h b/target-sparc/cpu.h index fee26981e6..ee30bf54e2 100644 --- a/target-sparc/cpu.h +++ b/target-sparc/cpu.h @@ -250,7 +250,7 @@ typedef struct CPUSPARCState { float_status fp_status; #if defined(TARGET_SPARC64) #define MAXTL 4 - uint64_t t0, t1, t2; + uint64_t t0; trap_state *tsptr; trap_state ts[MAXTL]; uint32_t xcc; /* Extended integer condition codes */ @@ -271,9 +271,7 @@ typedef struct CPUSPARCState { uint64_t hpstate, htstate[MAXTL], hintp, htba, hver, hstick_cmpr, ssr; void *hstick; // UA 2005 #endif -#if !defined(TARGET_SPARC64) && !defined(reg_T2) - target_ulong t2; -#endif + target_ulong t1, t2; } CPUSPARCState; #if defined(TARGET_SPARC64) #define GET_FSR32(env) (env->fsr & 0xcfc1ffff) -- cgit v1.2.3