mirror of
https://git.proxmox.com/git/qemu
synced 2025-07-09 16:27:25 +00:00
Add missing return statement.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1768 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
023e9351d0
commit
e10c2bfb73
@ -321,6 +321,7 @@ static void pl110_write(void *opaque, target_phys_addr_t offset,
|
|||||||
n = (offset - 0x200) >> 2;
|
n = (offset - 0x200) >> 2;
|
||||||
s->raw_pallette[(offset - 0x200) >> 2] = val;
|
s->raw_pallette[(offset - 0x200) >> 2] = val;
|
||||||
pl110_update_pallette(s, n);
|
pl110_update_pallette(s, n);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
switch (offset >> 2) {
|
switch (offset >> 2) {
|
||||||
case 0: /* LCDTiming0 */
|
case 0: /* LCDTiming0 */
|
||||||
|
Loading…
Reference in New Issue
Block a user