sim: bfin: add support disasm tracing

This commit is contained in:
Mike Frysinger 2015-12-30 23:20:23 -05:00
parent 70d3944832
commit 824c862804
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2016-01-05 Mike Frysinger <vapier@gentoo.org>
* interp.c (step_once): Call TRACE_DISASM.
2016-01-04 Mike Frysinger <vapier@gentoo.org>
* bfin-sim.c (decode_dsp32shift_0): Change MIN to min.

View File

@ -606,6 +606,8 @@ step_once (SIM_CPU *cpu)
trace_prefix (sd, cpu, NULL_CIA, oldpc, TRACE_LINENUM_P (cpu),
NULL, 0, " "); /* Use a space for gcc warnings. */
TRACE_DISASM (cpu, oldpc);
/* Handle hardware single stepping when lower than EVT3, and when SYSCFG
has already had the SSSTEP bit enabled. */
ssstep = false;