Commit 319c8738 by Richard Kenner

(FINISH_INIT_TRAMPOLINE): Rename to FINALIZE_TRAMPOLINE.

From-SVN: r11826
parent 0e8f9b64
......@@ -163,8 +163,8 @@ crt2.o%s "
/* Finalize the trampoline by flushing the insn cache */
#undef FINISH_INIT_TRAMPOLINE
#define FINISH_INIT_TRAMPOLINE(TRAMP) \
#undef FINALIZE_TRAMPOLINE
#define FINALIZE_TRAMPOLINE(TRAMP) \
emit_library_call(gen_rtx(SYMBOL_REF, Pmode, "__clear_cache"), \
0, VOIDmode, 2, TRAMP, Pmode, \
plus_constant(TRAMP, TRAMPOLINE_SIZE), Pmode);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment