From: Richard Henderson Date: Thu, 1 Nov 2012 21:36:35 +0000 (+1100) Subject: target-alpha: Remove t0, t1 from CPUAlphaState X-Git-Tag: qemu-xen-4.4.0-rc1~6^2~1523^2~7 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c47d08ceff8ac76ff857016c80a8864fcf45a7d6;p=qemu-upstream-4.4-testing.git target-alpha: Remove t0, t1 from CPUAlphaState These fields are no longer (or were never?) used. Signed-off-by: Richard Henderson Signed-off-by: Stefan Hajnoczi --- diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h index 34221fb18..9939d61ca 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