X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=sim%2Fiq2000%2Fmloop.in;h=7d3a9b5e9a1aa283e696245dc391b7d7d7cea0db;hb=ba9666525f68ab75a7176bd02b7e8d0dc8c644b7;hp=876f77b63556f2e0d2430bd0b1f94563c7e02c3f;hpb=e4d013fc0f3df3200be2dca48ed2e330e8a4ddf9;p=binutils-gdb.git diff --git a/sim/iq2000/mloop.in b/sim/iq2000/mloop.in index 876f77b6355..7d3a9b5e9a1 100644 --- a/sim/iq2000/mloop.in +++ b/sim/iq2000/mloop.in @@ -1,5 +1,5 @@ # Simulator main loop for IQ2000. -*- C -*- -# Copyright (C) 1998, 1999, 2007, 2008, 2009 Free Software Foundation, Inc. +# Copyright (C) 1998-2021 Free Software Foundation, Inc. # Contributed by Cygnus Solutions. # # This file is part of the GNU Simulators. @@ -40,6 +40,7 @@ case "x$1" in xsupport) cat < static INLINE const IDESC * extract (SIM_CPU *current_cpu, PCADDR pc, CGEN_INSN_INT insn, ARGBUF *abuf, @@ -96,8 +97,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, idesc->idata, + CGEN_TRACE_INSN_INIT (current_cpu, abuf, 1); + CGEN_TRACE_INSN (current_cpu, idesc->idata, (const struct argbuf *) abuf, abuf->addr); } #if WITH_SCACHE @@ -116,7 +117,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 ();