提交 c47d08ce 编写于 作者: R Richard Henderson 提交者: Stefan Hajnoczi

target-alpha: Remove t0, t1 from CPUAlphaState

These fields are no longer (or were never?) used.
Signed-off-by: NRichard Henderson <rth@twiddle.net>
Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
上级 8367a14f
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册