removed debug code

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1253 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2005-01-30 22:41:54 +00:00
parent 3a5c313852
commit c1135f6152
1 changed files with 1 additions and 1 deletions

View File

@ -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));