mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-18 09:05:15 +00:00
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;
|
PSW psw;
|
||||||
|
|
||||||
uint32_t cc;
|
|
||||||
uint32_t cc_op;
|
uint32_t cc_op;
|
||||||
uint64_t cc_src;
|
uint64_t cc_src;
|
||||||
uint64_t cc_dst;
|
uint64_t cc_dst;
|
||||||
|
Loading…
Reference in New Issue
Block a user