* [Qemu-devel] [4909] Fix wrong function names in debug messages (Stefan Weil)
@ 2008-07-20 15:21 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-07-20 15:21 UTC (permalink / raw)
To: qemu-devel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-20 15:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-20 15:21 [Qemu-devel] [4909] Fix wrong function names in debug messages (Stefan Weil) 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).