aboutsummaryrefslogtreecommitdiff
path: root/target-s390x
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2011-04-13 13:30:00 +0200
committerAlexander Graf <agraf@suse.de>2011-05-20 17:35:12 +0200
commitfe9b35b78f0116fce8fa1b95ebb3526e31a73086 (patch)
tree61d509609a3a0ba1f17ad444d3b5f95b52913654 /target-s390x
parent59467bacfae8113b03123e651d831682ea73c586 (diff)
s390x: remove compatibility cc field
Remove the now unused cc field that was only required to not break bisectability. Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'target-s390x')
-rw-r--r--target-s390x/cpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target-s390x/cpu.h b/target-s390x/cpu.h
index 125b9394bf..4e5c3917d3 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;