mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
ide: microdrive cycle field is set as uint8_t
Really, it is used as a boolean Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
37159f1305
commit
8a72f380f6
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ typedef struct {
|
|||
|
||||
uint8_t ctrl;
|
||||
uint16_t io;
|
||||
int cycle;
|
||||
uint8_t cycle;
|
||||
} MicroDriveState;
|
||||
|
||||
/* Register bitfields */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue