qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 08/13] target-sparc: Remove t0, t1 from CPUSPARCStat


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH 08/13] target-sparc: Remove t0, t1 from CPUSPARCState
Date: Fri, 7 Dec 2012 12:39:07 +0100

From: Richard Henderson <address@hidden>

These fields are no longer used.

Cc: Blue Swirl <address@hidden>
Signed-off-by: Richard Henderson <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>
---
 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) */
 
-- 
1.8.0.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]