]> xenbits.xensource.com Git - qemu-xen-3.4-testing.git/commitdiff
Add missing return statement.
authorpbrook <pbrook>
Thu, 2 Mar 2006 23:58:13 +0000 (23:58 +0000)
committerpbrook <pbrook>
Thu, 2 Mar 2006 23:58:13 +0000 (23:58 +0000)
hw/pl110.c

index 5a6638cbe572aa3f09e5aae75cbf1afbc4e28256..2506dfd39e142da1915f0c4a26dbb24f27031f58 100644 (file)
@@ -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 */