qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [4909] Fix wrong function names in debug messages (Stefan W


From: Blue Swirl
Subject: [Qemu-devel] [4909] Fix wrong function names in debug messages (Stefan Weil)
Date: Sun, 20 Jul 2008 15:21:51 +0000

Revision: 4909
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4909
Author:   blueswir1
Date:     2008-07-20 15:21:50 +0000 (Sun, 20 Jul 2008)

Log Message:
-----------
Fix wrong function names in debug messages (Stefan Weil)

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

Modified: trunk/hw/pcnet.c
===================================================================
--- trunk/hw/pcnet.c    2008-07-19 18:35:29 UTC (rev 4908)
+++ trunk/hw/pcnet.c    2008-07-20 15:21:50 UTC (rev 4909)
@@ -1939,7 +1939,7 @@
     PCNetState *d = (PCNetState *)pci_dev;
 
 #ifdef PCNET_DEBUG_IO
-    printf("pcnet_ioport_map addr=0x%08x 0x%08x\n", addr, size);
+    printf("pcnet_mmio_map addr=0x%08x 0x%08x\n", addr, size);
 #endif
 
     cpu_register_physical_memory(addr, PCNET_PNPMMIO_SIZE, d->mmio_index);
@@ -2034,7 +2034,7 @@
 
     val = pcnet_ioport_readw(opaque, addr & 7);
 #ifdef PCNET_DEBUG_IO
-    printf("pcnet_mmio_readw addr=" TARGET_FMT_plx " val = 0x%04x\n", addr,
+    printf("lance_mem_readw addr=" TARGET_FMT_plx " val = 0x%04x\n", addr,
            val & 0xffff);
 #endif
 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]