* pa.md (call_internal_symref): Fix typo.

From-SVN: r14006
This commit is contained in:
Jeff Law 1997-05-01 15:03:33 -06:00
parent d46c6fcec2
commit ebcf525f58
1 changed files with 1 additions and 1 deletions

View File

@ -4128,7 +4128,7 @@
/* Long millicode call, but we are not generating PIC or portable runtime
code. */
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. */
if (get_attr_length (insn) == 20)