提交 8a72f380 编写于 作者: J Juan Quintela 提交者: Anthony Liguori

ide: microdrive cycle field is set as uint8_t

Really, it is used as a boolean
Signed-off-by: NJuan Quintela <quintela@redhat.com>
Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
上级 37159f13
...@@ -51,7 +51,7 @@ typedef struct { ...@@ -51,7 +51,7 @@ typedef struct {
uint8_t ctrl; uint8_t ctrl;
uint16_t io; uint16_t io;
int cycle; uint8_t cycle;
} MicroDriveState; } MicroDriveState;
/* Register bitfields */ /* Register bitfields */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册