diff options
author | Richard Henderson <rth@twiddle.net> | 2012-11-02 08:36:35 +1100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2012-12-07 12:34:11 +0100 |
commit | c47d08ceff8ac76ff857016c80a8864fcf45a7d6 (patch) | |
tree | 40536a72e2601c35d65142c063c1482ee3b24488 /target-alpha/cpu.h | |
parent | 8367a14fd3c1ecd5551c91cd3f951ffc61ad7c12 (diff) | |
download | qemu-c47d08ceff8ac76ff857016c80a8864fcf45a7d6.tar.gz qemu-c47d08ceff8ac76ff857016c80a8864fcf45a7d6.tar.bz2 qemu-c47d08ceff8ac76ff857016c80a8864fcf45a7d6.zip |
target-alpha: Remove t0, t1 from CPUAlphaState
These fields are no longer (or were never?) used.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'target-alpha/cpu.h')
-rw-r--r-- | target-alpha/cpu.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h index 34221fb184..9939d61ca8 100644 --- a/target-alpha/cpu.h +++ b/target-alpha/cpu.h @@ -280,13 +280,6 @@ struct CPUAlphaState { struct QEMUTimer *alarm_timer; uint64_t alarm_expire; -#if TARGET_LONG_BITS > HOST_LONG_BITS - /* temporary fixed-point registers - * used to emulate 64 bits target on 32 bits hosts - */ - target_ulong t0, t1; -#endif - /* Those resources are used only in QEMU core */ CPU_COMMON |