mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-30 21:42:06 -06:00
pxa2xx_lcd: up field is used as a bool and migrated as an uint8_t
Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
parent
2b7251e0f2
commit
469954090f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
struct DMAChannel {
|
struct DMAChannel {
|
||||||
target_phys_addr_t branch;
|
target_phys_addr_t branch;
|
||||||
int up;
|
uint8_t up;
|
||||||
uint8_t palette[1024];
|
uint8_t palette[1024];
|
||||||
uint8_t pbuffer[1024];
|
uint8_t pbuffer[1024];
|
||||||
void (*redraw)(PXA2xxLCDState *s, target_phys_addr_t addr,
|
void (*redraw)(PXA2xxLCDState *s, target_phys_addr_t addr,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue