diff options
author | Guan Xuetao <gxt@mprc.pku.edu.cn> | 2012-08-10 14:42:38 +0800 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-08-11 09:37:05 +0000 |
commit | 1e5cdaa1cad65e7e5480cc43fffde8762cf84535 (patch) | |
tree | 181bdcd852f74bd13c180c41bc6e02c1d7e9c87e /target-unicore32 | |
parent | c5240d823292f174ed78563043436d3013c21c6f (diff) | |
download | qemu-1e5cdaa1cad65e7e5480cc43fffde8762cf84535.zip qemu-1e5cdaa1cad65e7e5480cc43fffde8762cf84535.tar.gz qemu-1e5cdaa1cad65e7e5480cc43fffde8762cf84535.tar.bz2 |
unicore32: Close dump-option of cpu_dump_state_ucf64 function
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>
Diffstat (limited to 'target-unicore32')
-rw-r--r-- | 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) |