From patchwork Thu Nov 1 21:36:35 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/3] target-alpha: Remove t0, t1 from CPUAlphaState X-Patchwork-Submitter: Richard Henderson X-Patchwork-Id: 196385 Message-Id: <1351805797-31899-2-git-send-email-rth@twiddle.net> To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org Date: Fri, 2 Nov 2012 08:36:35 +1100 From: Richard Henderson List-Id: These fields are no longer (or were never?) used. Signed-off-by: Richard Henderson --- target-alpha/cpu.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h index 34221fb..9939d61 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