mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-11 03:24:58 -06:00
Nicer Log formatting.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2659 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
e58c8ba5f6
commit
744e091596
1 changed files with 1 additions and 1 deletions
|
@ -523,7 +523,7 @@ void debug_pre_eret (void)
|
||||||
|
|
||||||
void debug_post_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);
|
env->PC, env->CP0_EPC);
|
||||||
if (env->CP0_Status & (1 << CP0St_ERL))
|
if (env->CP0_Status & (1 << CP0St_ERL))
|
||||||
fprintf(logfile, " ErrorEPC " TARGET_FMT_lx, env->CP0_ErrorEPC);
|
fprintf(logfile, " ErrorEPC " TARGET_FMT_lx, env->CP0_ErrorEPC);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue