Commit 28c1753a by Richard Kenner

(output_prolog): Fix typo in previous change.

From-SVN: r6434
parent ca1f6b57
...@@ -1315,9 +1315,9 @@ output_prolog (file, size) ...@@ -1315,9 +1315,9 @@ output_prolog (file, size)
fprintf (file, "\tsubq $5,1,$5\n"); fprintf (file, "\tsubq $5,1,$5\n");
fprintf (file, "\tlda $4,-8192($4)\n"); fprintf (file, "\tlda $4,-8192($4)\n");
fprintf (file, "\tbne $5"); fprintf (file, "\tbne $5,");
assemble_name (file, alpha_function_name); assemble_name (file, alpha_function_name);
fprintf (file, "%s..sc\n"); fprintf (file, "..sc\n");
fprintf (file, "\tlda $30,-%d($4)\n", leftover); fprintf (file, "\tlda $30,-%d($4)\n", leftover);
......
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