projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8367a14
)
target-alpha: Remove t0, t1 from CPUAlphaState
author
Richard Henderson
<rth@twiddle.net>
Thu, 1 Nov 2012 21:36:35 +0000
(08:36 +1100)
committer
Stefan Hajnoczi
<stefanha@redhat.com>
Fri, 7 Dec 2012 11:34:11 +0000
(12:34 +0100)
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>
target-alpha/cpu.h
patch
|
blob
|
history
diff --git
a/target-alpha/cpu.h
b/target-alpha/cpu.h
index 34221fb184f0750bf4970d82de8d77347ae43ab9..9939d61ca8b748b7e28d1093a81b32c162acfa75 100644
(file)
--- 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