Commit 8b5ba7f8 by Richard Kenner

(main): Remove extra arg to printf call.

From-SVN: r4140
parent 2a353d3a
...@@ -504,7 +504,7 @@ from the machine description file `md'. */\n\n"); ...@@ -504,7 +504,7 @@ from the machine description file `md'. */\n\n");
if (p->oplocs[i] == 0) if (p->oplocs[i] == 0)
{ {
printf (" ro[%d] = const0_rtx;\n", i); printf (" ro[%d] = const0_rtx;\n", i);
printf (" ro_loc[%d] = &junk;\n", i, i); printf (" ro_loc[%d] = &junk;\n", i);
} }
else else
{ {
......
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