OSDN Git Service

(main): Remove extra arg to printf call.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Apr 1993 21:19:54 +0000 (21:19 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Apr 1993 21:19:54 +0000 (21:19 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4140 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/genextract.c

index 09f783f..bc3fe32 100644 (file)
@@ -504,7 +504,7 @@ from the machine description file `md'.  */\n\n");
          if (p->oplocs[i] == 0)
            {
              printf ("      ro[%d] = const0_rtx;\n", i);
-             printf ("      ro_loc[%d] = &junk;\n", i, i);
+             printf ("      ro_loc[%d] = &junk;\n", i);
            }
          else
            {