diff options
-rw-r--r-- | target-mips/op_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-mips/op_helper.c b/target-mips/op_helper.c index 92712a8..258744a 100644 --- a/target-mips/op_helper.c +++ b/target-mips/op_helper.c @@ -523,7 +523,7 @@ void debug_pre_eret (void) void debug_post_eret (void) { - fprintf(logfile, " => PC " TARGET_FMT_lx " EPC " TARGET_FMT_lx, + fprintf(logfile, " => PC " TARGET_FMT_lx " EPC " TARGET_FMT_lx, env->PC, env->CP0_EPC); if (env->CP0_Status & (1 << CP0St_ERL)) fprintf(logfile, " ErrorEPC " TARGET_FMT_lx, env->CP0_ErrorEPC); |