mirror of https://gitee.com/openkylin/qemu.git
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>
This commit is contained in:
parent
59467bacfa
commit
fe9b35b78f
|
@ -67,7 +67,6 @@ typedef struct CPUS390XState {
|
|||
|
||||
PSW psw;
|
||||
|
||||
uint32_t cc;
|
||||
uint32_t cc_op;
|
||||
uint64_t cc_src;
|
||||
uint64_t cc_dst;
|
||||
|
|
Loading…
Reference in New Issue