Commit 6bc55d05 by Richard Kenner

(output_prolog): Start memory probing with $2.

From-SVN: r7665
parent 8afad312
...@@ -1318,7 +1318,7 @@ output_prolog (file, size) ...@@ -1318,7 +1318,7 @@ output_prolog (file, size)
if (frame_size > 4096) if (frame_size > 4096)
{ {
int probed = 4096; int probed = 4096;
int regnum = 1; int regnum = 2; /* $1 is static chain, so start with $2. */
fprintf (file, "\tldq $%d,-%d($30)\n", regnum++, probed); fprintf (file, "\tldq $%d,-%d($30)\n", regnum++, probed);
......
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