diff options
Diffstat (limited to 'sim/frv/profile.c')
-rw-r--r-- | sim/frv/profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/frv/profile.c b/sim/frv/profile.c index 94212bf..89332e5 100644 --- a/sim/frv/profile.c +++ b/sim/frv/profile.c @@ -901,7 +901,7 @@ wait_for_flush (SIM_CPU *cpu) } if (TRACE_INSN_P (cpu) && wait) { - sprintf (hazard_name, "Data cache flush address %p:", address); + sprintf (hazard_name, "Data cache flush address %x:", address); frv_model_trace_wait_cycles (cpu, wait, hazard_name); } } |