diff --git a/hw/pl110.c b/hw/pl110.c index 5a6638cbe5..2506dfd39e 100644 --- a/hw/pl110.c +++ b/hw/pl110.c @@ -321,6 +321,7 @@ static void pl110_write(void *opaque, target_phys_addr_t offset, n = (offset - 0x200) >> 2; s->raw_pallette[(offset - 0x200) >> 2] = val; pl110_update_pallette(s, n); + return; } switch (offset >> 2) { case 0: /* LCDTiming0 */