Commit a8d5e356 by Richard Kenner

(INITIALIZE_TRAMPOLINE): Sync function now named sync_isync.

From-SVN: r10254
parent e89f9d8a
...@@ -421,7 +421,7 @@ do { \ ...@@ -421,7 +421,7 @@ do { \
emit_move_insn (gen_rtx (MEM, Pmode, \ emit_move_insn (gen_rtx (MEM, Pmode, \
plus_constant (ADDR, (TARGET_64BIT ? 16 : 12))), \ plus_constant (ADDR, (TARGET_64BIT ? 16 : 12))), \
CXT); \ CXT); \
emit_insn (gen_sync (gen_rtx (MEM, BLKmode, ADDR))); \ emit_insn (gen_sync_isync (gen_rtx (MEM, BLKmode, ADDR))); \
} }
......
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