projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d694516
)
target-sparc: Remove t0, t1 from CPUSPARCState
author
Richard Henderson
<rth@twiddle.net>
Thu, 1 Nov 2012 21:36:37 +0000
(08:36 +1100)
committer
Stefan Hajnoczi
<stefanha@redhat.com>
Fri, 7 Dec 2012 11:34:12 +0000
(12:34 +0100)
These fields are no longer used.
Cc: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
target-sparc/cpu.h
patch
|
blob
|
history
diff --git
a/target-sparc/cpu.h
b/target-sparc/cpu.h
index 042d52a31033674f9b3fbdc2d3ca7c325e117616..375f20a71ed0ef47c07b7c2b67098f239fcf05bf 100644
(file)
--- a/
target-sparc/cpu.h
+++ b/
target-sparc/cpu.h
@@
-392,7
+392,6
@@
struct CPUSPARCState {
target_ulong cc_dst;
uint32_t cc_op;
- target_ulong t0, t1; /* temporaries live across basic blocks */
target_ulong cond; /* conditional branch result (XXX: save it in a
temporary register when possible) */