mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
monitor fixes
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1110 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
8e3a9fd280
commit
7fe48483cd
20 changed files with 106 additions and 82 deletions
|
@ -4641,7 +4641,7 @@ static inline int gen_intermediate_code_internal(CPUState *env,
|
|||
|
||||
#ifdef DEBUG_DISAS
|
||||
if (loglevel & CPU_LOG_TB_CPU) {
|
||||
cpu_dump_state(env, logfile, X86_DUMP_CCOP);
|
||||
cpu_dump_state(env, logfile, fprintf, X86_DUMP_CCOP);
|
||||
}
|
||||
if (loglevel & CPU_LOG_TB_IN_ASM) {
|
||||
fprintf(logfile, "----------------\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue