qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 16/17] s390x: remove compatibility cc field


From: Alexander Graf
Subject: [Qemu-devel] [PATCH 16/17] s390x: remove compatibility cc field
Date: Fri, 15 Apr 2011 17:32:57 +0200

Remove the now unused cc field that was only required to not break
bisectability.

Signed-off-by: Alexander Graf <address@hidden>
---
 target-s390x/cpu.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/target-s390x/cpu.h b/target-s390x/cpu.h
index 6ba303d..3e7dbde 100644
--- a/target-s390x/cpu.h
+++ b/target-s390x/cpu.h
@@ -67,7 +67,6 @@ typedef struct CPUS390XState {
 
     PSW psw;
 
-    uint32_t cc;
     uint32_t cc_op;
     uint64_t cc_src;
     uint64_t cc_dst;
-- 
1.6.0.2




reply via email to

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