mirror of
https://github.com/qemu/qemu.git
synced 2024-11-28 22:33:36 +08:00
removed debug code
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1253 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
3a5c313852
commit
c1135f6152
@ -421,7 +421,7 @@ int cpu_exec(CPUState *env1)
|
||||
spin_unlock(&tb_lock);
|
||||
}
|
||||
#ifdef DEBUG_EXEC
|
||||
if ((loglevel & CPU_LOG_EXEC) && (env->hflags & HF_LMA_MASK)) {
|
||||
if ((loglevel & CPU_LOG_EXEC)) {
|
||||
fprintf(logfile, "Trace 0x%08lx [" TARGET_FMT_lx "] %s\n",
|
||||
(long)tb->tc_ptr, tb->pc,
|
||||
lookup_symbol(tb->pc));
|
||||
|
Loading…
Reference in New Issue
Block a user