mirror of
https://github.com/qemu/qemu.git
synced 2025-08-08 08:05:17 +00:00
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>
This commit is contained in:
parent
c5240d8232
commit
1e5cdaa1ca
@ -2138,7 +2138,7 @@ static const char *cpu_mode_names[16] = {
|
|||||||
"UM18", "UM19", "UM1A", "EXTN", "UM1C", "UM1D", "UM1E", "SUSR"
|
"UM18", "UM19", "UM1A", "EXTN", "UM1C", "UM1D", "UM1E", "SUSR"
|
||||||
};
|
};
|
||||||
|
|
||||||
#define UCF64_DUMP_STATE
|
#undef UCF64_DUMP_STATE
|
||||||
#ifdef UCF64_DUMP_STATE
|
#ifdef UCF64_DUMP_STATE
|
||||||
static void cpu_dump_state_ucf64(CPUUniCore32State *env, FILE *f,
|
static void cpu_dump_state_ucf64(CPUUniCore32State *env, FILE *f,
|
||||||
fprintf_function cpu_fprintf, int flags)
|
fprintf_function cpu_fprintf, int flags)
|
||||||
|
Loading…
Reference in New Issue
Block a user