Commit 375ab786 by Richard Stallman

(output_prolog): Change (sp) to ($30).

From-SVN: r4493
parent ee9f63c6
......@@ -1233,7 +1233,7 @@ output_prolog (file, size)
fprintf (file, "\tlda $30,-%d($4)\n", leftover);
if (leftover > 4096)
fprintf (file, "\tldq $2,%d(sp)\n", leftover - 4096);
fprintf (file, "\tldq $2,%d($30)\n", leftover - 4096);
}
/* Describe our frame. */
......
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