]> git.proxmox.com Git - qemu.git/commitdiff
Add missing return statement.
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 2 Mar 2006 23:58:13 +0000 (23:58 +0000)
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 2 Mar 2006 23:58:13 +0000 (23:58 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1768 c046a42c-6fe2-441c-8c8c-71466251a162

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 */