qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 18/19] unicore32: Close dump-option of cpu_dump_stat


From: gxt
Subject: [Qemu-devel] [PATCH 18/19] unicore32: Close dump-option of cpu_dump_state_ucf64 function
Date: Tue, 7 Aug 2012 18:00:58 +0800

From: Guan Xuetao <address@hidden>

Since of tedious output, we close dump-option of cpu_dump_state_ucf64 function.

Signed-off-by: Guan Xuetao <address@hidden>
---
 target-unicore32/translate.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/target-unicore32/translate.c b/target-unicore32/translate.c
index c74c49a..188bf8c 100644
--- a/target-unicore32/translate.c
+++ b/target-unicore32/translate.c
@@ -2138,7 +2138,7 @@ static const char *cpu_mode_names[16] = {
     "UM18", "UM19", "UM1A", "EXTN", "UM1C", "UM1D", "UM1E", "SUSR"
 };
 
-#define UCF64_DUMP_STATE
+#undef UCF64_DUMP_STATE
 #ifdef UCF64_DUMP_STATE
 static void cpu_dump_state_ucf64(CPUUniCore32State *env, FILE *f,
         fprintf_function cpu_fprintf, int flags)
-- 
1.7.0.4




reply via email to

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