X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Flm32%2Fmloop.in;h=a8db7f517689a5f879eb95286f9ddd1c1b4e84d2;hb=05e682e3be7e3d9d63ec358dcf8943fd200545cb;hp=8707576e567a9637b4975b5946bb132ad49b183b;hpb=3fd725ef34e474e36bf2bea93a770589c69ee1e6;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/lm32/mloop.in b/sim/lm32/mloop.in index 8707576e56..a8db7f5176 100644 --- a/sim/lm32/mloop.in +++ b/sim/lm32/mloop.in @@ -14,8 +14,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# with this program; if not, see . # Syntax: # /bin/sh mainloop.in command @@ -87,8 +86,8 @@ execute (SIM_CPU *current_cpu, SCACHE *sc, int fast_p) if (PROFILE_MODEL_P (current_cpu) && ARGBUF_PROFILE_P (abuf)) @cpu@_model_insn_before (current_cpu, 1 /*first_p*/); - TRACE_INSN_INIT (current_cpu, abuf, 1); - TRACE_INSN (current_cpu, idata, + CGEN_TRACE_INSN_INIT (current_cpu, abuf, 1); + CGEN_TRACE_INSN (current_cpu, idata, (const struct argbuf *) abuf, abuf->addr); } #if WITH_SCACHE @@ -107,7 +106,7 @@ execute (SIM_CPU *current_cpu, SCACHE *sc, int fast_p) cycles = (*idesc->timing->model_fn) (current_cpu, sc); @cpu@_model_insn_after (current_cpu, 1 /*last_p*/, cycles); } - TRACE_INSN_FINI (current_cpu, abuf, 1); + CGEN_TRACE_INSN_FINI (current_cpu, abuf, 1); } #else abort ();