Commit 514000b5 by Richard Stallman

(INITIALIZE_TRAMPOLINE): Make 2:nd flush, end_addr,

at the last real insn in the trampoline.

From-SVN: r4494
parent 375ab786
......@@ -1007,7 +1007,7 @@ extern union tree_node *current_function_decl;
/* fdc and fic only use registers for the address to flush, \
they do not accept integer displacements. */ \
start_addr = force_reg (SImode, (TRAMP)); \
end_addr = force_reg (SImode, plus_constant (start_addr, TRAMPOLINE_SIZE));\
end_addr = force_reg (SImode, plus_constant ((TRAMP), 8)); \
emit_insn (gen_cacheflush (start_addr, end_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