Commit ebcf525f by Jeff Law

* pa.md (call_internal_symref): Fix typo.

From-SVN: r14006
parent d46c6fce
...@@ -4128,7 +4128,7 @@ ...@@ -4128,7 +4128,7 @@
/* Long millicode call, but we are not generating PIC or portable runtime /* Long millicode call, but we are not generating PIC or portable runtime
code. */ code. */
if (get_attr_length (insn) == 12) if (get_attr_length (insn) == 12)
return \"CALL\\tARGW0=GR\;ldil L%%$$dyncall,%%r2\;ble R%%$$dyncall(%%sr4,%%r2)\;copy %%r31,%%r2\"; return \".CALL\\tARGW0=GR\;ldil L%%$$dyncall,%%r2\;ble R%%$$dyncall(%%sr4,%%r2)\;copy %%r31,%%r2\";
/* Long millicode call for portable runtime. */ /* Long millicode call for portable runtime. */
if (get_attr_length (insn) == 20) if (get_attr_length (insn) == 20)
......
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