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

pxa2xx_lcd: up field is used as a bool and migrated as an uint8_t

Signed-off-by: NJuan Quintela <quintela@redhat.com>
上级 2b7251e0
......@@ -17,7 +17,7 @@
struct DMAChannel {
target_phys_addr_t branch;
int up;
uint8_t up;
uint8_t palette[1024];
uint8_t pbuffer[1024];
void (*redraw)(PXA2xxLCDState *s, target_phys_addr_t addr,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册