target-sparc: Remove t0, t1 from CPUSPARCState
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>
This commit is contained in:
parent
d694516440
commit
dee17bf9e5
@ -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) */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user