projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
023e935
)
Add missing return statement.
author
pbrook
<pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 2 Mar 2006 23:58:13 +0000
(23:58 +0000)
committer
pbrook
<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
patch
|
blob
|
history
diff --git
a/hw/pl110.c
b/hw/pl110.c
index 5a6638cbe572aa3f09e5aae75cbf1afbc4e28256..2506dfd39e142da1915f0c4a26dbb24f27031f58 100644
(file)
--- 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 */