Skip to content

Commit d093438

Browse files
committed
sim: mips: drop unused ENGINE_ISSUE_POSTFIX_HOOK
Nothing defines this, and it isn't called in all the engine runtimes, so drop it entirely to avoid confusion.
1 parent 3bef0f0 commit d093438

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

sim/mips/m16run.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ sim_engine_run (SIM_DESC sd,
5858
nia = m32_idecode_issue (sd, instruction_0, cia);
5959
}
6060

61-
#if defined (ENGINE_ISSUE_POSTFIX_HOOK)
62-
ENGINE_ISSUE_POSTFIX_HOOK ();
63-
#endif
64-
6561
/* Update the instruction address */
6662
cia = nia;
6763

sim/mips/micromipsrun.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ sim_engine_run (SIM_DESC sd, int next_cpu_nr, int nr_cpus,
121121
nia = NULL_CIA;
122122
}
123123

124-
#if defined (ENGINE_ISSUE_POSTFIX_HOOK)
125-
ENGINE_ISSUE_POSTFIX_HOOK ();
126-
#endif
127-
128124
/* Update the instruction address */
129125
cia = nia;
130126

0 commit comments

Comments
 (0)