mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-31 06:13:53 -06: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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue