qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4451] Fix compiler warning.
@ 2008-05-13 14:35 Thiemo Seufer
  0 siblings, 0 replies; only message in thread
From: Thiemo Seufer @ 2008-05-13 14:35 UTC (permalink / raw)
  To: qemu-devel

Revision: 4451
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4451
Author:   ths
Date:     2008-05-13 14:35:34 +0000 (Tue, 13 May 2008)

Log Message:
-----------
Fix compiler warning.

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

Modified: trunk/hw/e1000.c
===================================================================
--- trunk/hw/e1000.c	2008-05-13 10:59:14 UTC (rev 4450)
+++ trunk/hw/e1000.c	2008-05-13 14:35:34 UTC (rev 4451)
@@ -448,7 +448,7 @@
         cpu_physical_memory_read(base, (void *)&desc, sizeof(desc));
 
         DBGOUT(TX, "index %d: %p : %x %x\n", s->mac_reg[TDH],
-               (void *)desc.buffer_addr, desc.lower.data,
+               (void *)(intptr_t)desc.buffer_addr, desc.lower.data,
                desc.upper.data);
 
         process_tx_desc(s, &desc);

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

only message in thread, other threads:[~2008-05-13 14:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-13 14:35 [Qemu-devel] [4451] Fix compiler warning Thiemo Seufer

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