Commit 744e0915969881c86074b2365dec3c5f839b8331

Authored by ths
1 parent e58c8ba5

Nicer Log formatting.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2659 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
target-mips/op_helper.c
... ... @@ -523,7 +523,7 @@ void debug_pre_eret (void)
523 523  
524 524 void debug_post_eret (void)
525 525 {
526   - fprintf(logfile, " => PC " TARGET_FMT_lx " EPC " TARGET_FMT_lx,
  526 + fprintf(logfile, " => PC " TARGET_FMT_lx " EPC " TARGET_FMT_lx,
527 527 env->PC, env->CP0_EPC);
528 528 if (env->CP0_Status & (1 << CP0St_ERL))
529 529 fprintf(logfile, " ErrorEPC " TARGET_FMT_lx, env->CP0_ErrorEPC);
... ...