Commit 8712e5c6 by Tom Wood

(untyped_call pattern): Fix typo.

From-SVN: r3853
parent dcf76fff
......@@ -4174,7 +4174,7 @@
{
rtx addr = operands[1];
output_asm_insn (AS1 (call,%P0));
output_asm_insn (AS1 (call,%P0), operands);
operands[2] = gen_rtx (REG, SImode, 0);
output_asm_insn (AS2 (mov%L2,%2,%1), operands);
......
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