forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -58,10 +58,6 @@ sim_engine_run (SIM_DESC sd,
|
|||||||
nia = m32_idecode_issue (sd, instruction_0, cia);
|
nia = m32_idecode_issue (sd, instruction_0, cia);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined (ENGINE_ISSUE_POSTFIX_HOOK)
|
|
||||||
ENGINE_ISSUE_POSTFIX_HOOK ();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Update the instruction address */
|
/* Update the instruction address */
|
||||||
cia = nia;
|
cia = nia;
|
||||||
|
|
||||||
|
|||||||
@@ -121,10 +121,6 @@ sim_engine_run (SIM_DESC sd, int next_cpu_nr, int nr_cpus,
|
|||||||
nia = NULL_CIA;
|
nia = NULL_CIA;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined (ENGINE_ISSUE_POSTFIX_HOOK)
|
|
||||||
ENGINE_ISSUE_POSTFIX_HOOK ();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Update the instruction address */
|
/* Update the instruction address */
|
||||||
cia = nia;
|
cia = nia;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user