qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [5031] Move tcg_out_tlb_read into #ifdef CONFIG_SOFTMMU blo


From: malc
Subject: [Qemu-devel] [5031] Move tcg_out_tlb_read into #ifdef CONFIG_SOFTMMU block to avoid compiler warning
Date: Wed, 20 Aug 2008 22:39:15 +0000

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






reply via email to

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