* [Qemu-devel] [5884] Fix PPC PREP platform, broken by commit 5849
@ 2008-12-05 16:05 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-12-05 16:05 UTC (permalink / raw)
To: qemu-devel
Revision: 5884
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5884
Author: aurel32
Date: 2008-12-05 16:05:41 +0000 (Fri, 05 Dec 2008)
Log Message:
-----------
Fix PPC PREP platform, broken by commit 5849
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Modified Paths:
--------------
trunk/hw/ppc_prep.c
Modified: trunk/hw/ppc_prep.c
===================================================================
--- trunk/hw/ppc_prep.c 2008-12-05 16:05:32 UTC (rev 5883)
+++ trunk/hw/ppc_prep.c 2008-12-05 16:05:41 UTC (rev 5884)
@@ -122,7 +122,7 @@
{
uint32_t retval = 0;
- if (addr & 0xf == 0)
+ if ((addr & 0xf) == 0)
retval = pic_intack_read(isa_pic);
// printf("%s: 0x" PADDRX " <= %08" PRIx32 "\n", __func__, addr, retval);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-12-05 16:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-05 16:05 [Qemu-devel] [5884] Fix PPC PREP platform, broken by commit 5849 Aurelien Jarno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).