diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-24 20:13:20 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-24 20:13:20 +0000 |
commit | e1bf387ec851e56819e4fdd965bc8bdd67167449 (patch) | |
tree | debf10a18be4bc126d9eb3743a6c3258c5b2463d /target-mips/cpu.h | |
parent | 7872368461d25d14229b72fbe4b9b557c5f75a87 (diff) |
T1 is now dead.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4787 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips/cpu.h')
-rw-r--r-- | target-mips/cpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-mips/cpu.h b/target-mips/cpu.h index 874ecee5ee..cf7043a576 100644 --- a/target-mips/cpu.h +++ b/target-mips/cpu.h @@ -142,7 +142,6 @@ struct CPUMIPSState { target_ulong PC[MIPS_TC_MAX]; #if TARGET_LONG_BITS > HOST_LONG_BITS target_ulong t0; - target_ulong t1; #endif /* temporary hack for FP globals */ #ifndef USE_HOST_FLOAT_REGS |