sim: mips: drop unused ENGINE_ISSUE_POSTFIX_HOOK
authorMike Frysinger <vapier@gentoo.org>
Sun, 25 Dec 2022 02:04:09 +0000 (21:04 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 25 Dec 2022 02:37:59 +0000 (21:37 -0500)
Nothing defines this, and it isn't called in all the engine runtimes,
so drop it entirely to avoid confusion.

sim/mips/m16run.c
sim/mips/micromipsrun.c

index c8caeb1d2da30e2a58373744a7683626a84ccb63..ffc1031c45ed04a255b338fbfba7fcbf7f15c038 100644 (file)
@@ -58,10 +58,6 @@ sim_engine_run (SIM_DESC sd,
          nia = m32_idecode_issue (sd, instruction_0, cia);
        }
 
-#if defined (ENGINE_ISSUE_POSTFIX_HOOK)
-      ENGINE_ISSUE_POSTFIX_HOOK ();
-#endif
-
       /* Update the instruction address */
       cia = nia;
 
index 86868fac8944f60e1ac012b8f5f7e808408eb9dc..1c1475ee184a0d249d33c37874b71f085f1612f7 100644 (file)
@@ -121,10 +121,6 @@ sim_engine_run (SIM_DESC sd, int next_cpu_nr, int nr_cpus,
          nia = NULL_CIA;
        }
 
-#if defined (ENGINE_ISSUE_POSTFIX_HOOK)
-      ENGINE_ISSUE_POSTFIX_HOOK ();
-#endif
-
       /* Update the instruction address */
       cia = nia;