Commit b99e1ee9 by Jeff Law

* pa.h (ASM_DECLARE_FUNCTION_NAME): Fix typo.

From-SVN: r7433
parent 413ec213
......@@ -914,7 +914,7 @@ extern enum cmp_type hppa_branch_type;
} \
if (TARGET_PORTABLE_RUNTIME) \
{ \
fputs ("ARGW0=NO,ARGW1=NO,ARGW2=NO,ARGW3=NO,", FILE); \
fputs (",ARGW0=NO,ARGW1=NO,ARGW2=NO,ARGW3=NO,", FILE); \
fputs ("RTNVAL=NO\n", FILE); \
break; \
} \
......
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