qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] latest svn sparc-softmmu compile warnings


From: Robert Reif
Subject: Re: [Qemu-devel] latest svn sparc-softmmu compile warnings
Date: Mon, 29 Sep 2008 07:25:04 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080702 SeaMonkey/1.1.11

Martin Mohring wrote:
Still get this on i586 host for tcg-dyngen.c on i586, arm, cris, m68k.... Using 
svn trunk -r 5349 here. host os openSUSE 11.0, kernel headers host 2.6.25.

It turns out patch 5174 introduced this warning.
The following patch fixes it but I don't know if its the best way to fix it.
Index: tcg/tcg.h
===================================================================
--- tcg/tcg.h   (revision 5174)
+++ tcg/tcg.h   (working copy)
@@ -22,6 +22,7 @@
  * THE SOFTWARE.
  */
 #include "tcg-target.h"
+#include "cpu.h"
 
 #if TCG_TARGET_REG_BITS == 32
 typedef int32_t tcg_target_long;

reply via email to

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