Really remove tic30-aout support
[deliverable/binutils-gdb.git] / sim / common / cgen-run.c
index 4ba9d35182ced5d1301935bec01f29149f082af1..ad6cbc8224bdbcc7187fb079458aab13176db7ef 100644 (file)
@@ -1,5 +1,5 @@
 /* Main simulator loop for CGEN-based simulators.
 /* Main simulator loop for CGEN-based simulators.
-   Copyright (C) 1998, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 1998-2020 Free Software Foundation, Inc.
    Contributed by Cygnus Solutions.
 
 This file is part of GDB, the GNU debugger.
    Contributed by Cygnus Solutions.
 
 This file is part of GDB, the GNU debugger.
@@ -115,7 +115,7 @@ sim_resume (SIM_DESC sd, int step, int siggnal)
       /* Account for the last insn executed.  */
       SIM_CPU *cpu = STATE_CPU (sd, sim_engine_last_cpu_nr (sd));
       ++ CPU_INSN_COUNT (cpu);
       /* Account for the last insn executed.  */
       SIM_CPU *cpu = STATE_CPU (sd, sim_engine_last_cpu_nr (sd));
       ++ CPU_INSN_COUNT (cpu);
-      TRACE_INSN_FINI (cpu, NULL, 1);
+      CGEN_TRACE_INSN_FINI (cpu, NULL, 1);
     }
 #endif
 
     }
 #endif
 
This page took 0.023279 seconds and 4 git commands to generate.