qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [5031] Move tcg_out_tlb_read into #ifdef CONFIG_SOFTMMU block to avoid compiler warning
@ 2008-08-20 22:39 malc
  0 siblings, 0 replies; only message in thread
From: malc @ 2008-08-20 22:39 UTC (permalink / raw)
  To: qemu-devel

Revision: 5031
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5031
Author:   malc
Date:     2008-08-20 22:39:14 +0000 (Wed, 20 Aug 2008)

Log Message:
-----------
Move tcg_out_tlb_read into #ifdef CONFIG_SOFTMMU block to avoid compiler warning

Modified Paths:
--------------
    trunk/tcg/ppc64/tcg-target.c

Modified: trunk/tcg/ppc64/tcg-target.c
===================================================================
--- trunk/tcg/ppc64/tcg-target.c	2008-08-19 19:13:06 UTC (rev 5030)
+++ trunk/tcg/ppc64/tcg-target.c	2008-08-20 22:39:14 UTC (rev 5031)
@@ -528,7 +528,6 @@
     __stl_mmu,
     __stq_mmu,
 };
-#endif
 
 static void tcg_out_tlb_read (TCGContext *s, int r0, int r1, int r2,
                               int addr_reg, int s_bits, int offset)
@@ -576,6 +575,7 @@
     }
 #endif
 }
+#endif
 
 static void tcg_out_qemu_ld (TCGContext *s, const TCGArg *args, int opc)
 {

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

only message in thread, other threads:[~2008-08-20 22:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-20 22:39 [Qemu-devel] [5031] Move tcg_out_tlb_read into #ifdef CONFIG_SOFTMMU block to avoid compiler warning malc

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