mirror of https://gitee.com/openkylin/qemu.git
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>
This commit is contained in:
parent
8367a14fd3
commit
c47d08ceff
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue