From: Aurelien Jarno <aurelien@aurel32.net>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [5884] Fix PPC PREP platform, broken by commit 5849
Date: Fri, 05 Dec 2008 16:05:41 +0000 [thread overview]
Message-ID: <E1L8dBV-0002bS-SS@cvs.savannah.gnu.org> (raw)
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);
reply other threads:[~2008-12-05 16:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1L8dBV-0002bS-SS@cvs.savannah.gnu.org \
--to=aurelien@aurel32.net \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.