qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 02/15] target-ppc: Move PPC_DUMP_CPU to translate


From: Andreas Färber
Subject: [Qemu-devel] [PATCH v2 02/15] target-ppc: Move PPC_DUMP_CPU to translate.c
Date: Thu, 21 Feb 2013 05:24:58 +0100

There's an opcode handler field dependent on PPC_DUMP_CPU without which
the build fails.

Signed-off-by: Andreas Färber <address@hidden>
---
 target-ppc/translate.c      |    1 +
 target-ppc/translate_init.c |    1 -
 2 Dateien geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-)

diff --git a/target-ppc/translate.c b/target-ppc/translate.c
index 2ac5794..2e74e45 100644
--- a/target-ppc/translate.c
+++ b/target-ppc/translate.c
@@ -33,6 +33,7 @@
 
 /* Include definitions for instructions classes and implementations flags */
 //#define PPC_DEBUG_DISAS
+#undef PPC_DUMP_CPU
 //#define DO_PPC_STATISTICS
 
 #ifdef PPC_DEBUG_DISAS
diff --git a/target-ppc/translate_init.c b/target-ppc/translate_init.c
index 181bd99..74d93a4 100644
--- a/target-ppc/translate_init.c
+++ b/target-ppc/translate_init.c
@@ -30,7 +30,6 @@
 #include "sysemu/arch_init.h"
 #include "sysemu/cpus.h"
 
-//#define PPC_DUMP_CPU
 //#define PPC_DEBUG_SPR
 //#define PPC_DUMP_SPR_ACCESSES
 #if defined(CONFIG_USER_ONLY)
-- 
1.7.10.4




reply via email to

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