qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [6680] Fix slavio_intctl.c compile errors (Robert Reif)
@ 2009-03-03 20:11 Blue Swirl
  0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2009-03-03 20:11 UTC (permalink / raw)
  To: qemu-devel

Revision: 6680
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6680
Author:   blueswir1
Date:     2009-03-03 20:11:43 +0000 (Tue, 03 Mar 2009)
Log Message:
-----------
Fix slavio_intctl.c compile errors (Robert Reif)

Modified Paths:
--------------
    trunk/hw/slavio_intctl.c

Modified: trunk/hw/slavio_intctl.c
===================================================================
--- trunk/hw/slavio_intctl.c	2009-03-03 18:07:11 UTC (rev 6679)
+++ trunk/hw/slavio_intctl.c	2009-03-03 20:11:43 UTC (rev 6680)
@@ -98,7 +98,7 @@
         ret = 0;
         break;
     }
-    DPRINTF("read cpu %d reg 0x" TARGET_FMT_plx " = %x\n", cpu, addr, ret);
+    DPRINTF("read cpu %d reg 0x" TARGET_FMT_plx " = %x\n", s->cpu, addr, ret);
 
     return ret;
 }
@@ -110,7 +110,7 @@
     uint32_t saddr;
 
     saddr = addr >> 2;
-    DPRINTF("write cpu %d reg 0x" TARGET_FMT_plx " = %x\n", cpu, addr, val);
+    DPRINTF("write cpu %d reg 0x" TARGET_FMT_plx " = %x\n", s->cpu, addr, val);
     switch (saddr) {
     case 1: // clear pending softints
         if (val & CPU_IRQ_INT15_IN)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-03 20:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-03 20:11 [Qemu-devel] [6680] Fix slavio_intctl.c compile errors (Robert Reif) Blue Swirl

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).