Add missing return statement.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1768 c046a42c-6fe2-441c-8c8c-71466251a162
master
pbrook 2006-03-02 23:58:13 +00:00
parent 023e9351d0
commit e10c2bfb73
1 changed files with 1 additions and 0 deletions

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