Commit c495c0c0 by Jeff Law

pa.h (INITIALIZE_TRAMPOLINE): Pass a register operand, not a memory operand to "cacheflush".

	* pa.h (INITIALIZE_TRAMPOLINE): Pass a register operand, not a
	memory operand to "cacheflush".

From-SVN: r4209
parent 54b1de55
......@@ -999,7 +999,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. */ \
addr = force_reg (SImode, (TRAMP)); \
emit_insn (gen_cacheflush (gen_rtx (MEM, Pmode, addr))); \
emit_insn (gen_cacheflush (addr)); \
}
/* Emit code for a call to builtin_saveregs. We must emit USE insns which
......
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