From: Richard Henderson Date: Thu, 1 Nov 2012 21:36:37 +0000 (+1100) Subject: target-sparc: Remove t0, t1 from CPUSPARCState X-Git-Tag: v1.4.0-rc0~303^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dee17bf9e5d29bd08592c6fc47541aad70444bbc;p=thirdparty%2Fqemu.git target-sparc: Remove t0, t1 from CPUSPARCState These fields are no longer used. Cc: Blue Swirl Signed-off-by: Richard Henderson Signed-off-by: Stefan Hajnoczi --- diff --git a/target-sparc/cpu.h b/target-sparc/cpu.h index 042d52a3103..375f20a71ed 100644 --- 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) */