aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/pl110.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pl110.c b/hw/pl110.c
index 5a6638c..2506dfd 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 */