projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5240d8
)
unicore32: Close dump-option of cpu_dump_state_ucf64 function
author
Guan Xuetao
<gxt@mprc.pku.edu.cn>
Fri, 10 Aug 2012 06:42:38 +0000
(14:42 +0800)
committer
Blue Swirl
<blauwirbel@gmail.com>
Sat, 11 Aug 2012 09:37:05 +0000
(09:37 +0000)
Since of tedious output, we close dump-option of cpu_dump_state_ucf64 function.
Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-unicore32/translate.c
patch
|
blob
|
history
diff --git
a/target-unicore32/translate.c
b/target-unicore32/translate.c
index
c74c49a
..
188bf8c
100644
(file)
--- 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)