Skip to content

Commit

Permalink
target-alpha: Remove t0, t1 from CPUAlphaState
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rth7680 authored and stefanhaRH committed Dec 7, 2012
1 parent 8367a14 commit c47d08c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions target-alpha/cpu.h
Expand Up @@ -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

Expand Down

0 comments on commit c47d08c

Please sign in to comment.