mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
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);
|
||||
}
|
||||
|
||||
#if defined (ENGINE_ISSUE_POSTFIX_HOOK)
|
||||
ENGINE_ISSUE_POSTFIX_HOOK ();
|
||||
#endif
|
||||
|
||||
/* Update the instruction address */
|
||||
cia = nia;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user