diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-01-30 22:41:54 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-01-30 22:41:54 +0000 |
commit | c1135f6152bcb7ea64c36c6330cab20cc8f587e2 (patch) | |
tree | f1a545e2c76ab8f8318f8a5d0a496bdd4358a1d6 /cpu-exec.c | |
parent | 3a5c3138520104e9ed453867a50f4303e574c5ec (diff) | |
download | qemu-c1135f6152bcb7ea64c36c6330cab20cc8f587e2.zip |
removed debug code
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1253 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'cpu-exec.c')
-rw-r--r-- | cpu-exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu-exec.c b/cpu-exec.c index c428b3e381..df16428515 100644 --- a/cpu-exec.c +++ b/cpu-exec.c @@ -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)); |