From patchwork Fri Dec 7 11:39:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [08/13] target-sparc: Remove t0, t1 from CPUSPARCState Date: Fri, 07 Dec 2012 01:39:07 -0000 From: Stefan Hajnoczi X-Patchwork-Id: 204472 Message-Id: <1354880352-9597-9-git-send-email-stefanha@redhat.com> To: Cc: Blue Swirl , Anthony Liguori , Stefan Hajnoczi , Richard Henderson From: Richard Henderson These fields are no longer used. Cc: Blue Swirl Signed-off-by: Richard Henderson Signed-off-by: Stefan Hajnoczi --- target-sparc/cpu.h | 1 - 1 file changed, 1 deletion(-) diff --git a/target-sparc/cpu.h b/target-sparc/cpu.h index 042d52a..375f20a 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) */