From: Stuart B. <zu...@us...> - 2008-02-29 01:30:27
|
Update of /cvsroot/hppaqemu/hppaqemu/target-hppa In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv29303/target-hppa Modified Files: translate.c Log Message: Revert previous commit. Index: translate.c =================================================================== RCS file: /cvsroot/hppaqemu/hppaqemu/target-hppa/translate.c,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- translate.c 27 Feb 2008 20:43:59 -0000 1.53 +++ translate.c 29 Feb 2008 01:30:21 -0000 1.54 @@ -907,9 +907,6 @@ tb->size = last_pc + 4 - pc_start; } #ifdef DEBUG_DISAS - if (loglevel & CPU_LOG_TB_CPU) { - cpu_dump_state(env, logfile, fprintf, 0); - } if (loglevel & CPU_LOG_TB_IN_ASM) { fprintf(logfile, "--------------\n"); fprintf(logfile, "IN: %s\n", lookup_symbol(pc_start)); |