Commit 432a2ede by Richard Kenner

entered into RCS

From-SVN: r2695
parent 51d05e9f
...@@ -1359,7 +1359,7 @@ output_prolog (file, size) ...@@ -1359,7 +1359,7 @@ output_prolog (file, size)
if (frame_size == 32768) if (frame_size == 32768)
fprintf (file, "\tlda $15,16384($30)\n\tlda $15,16384($15)\n"); fprintf (file, "\tlda $15,16384($30)\n\tlda $15,16384($15)\n");
else if (frame_size > 32768) else if (frame_size > 32768)
fprintf (file, "\tadd $30,$28,$15\n"); fprintf (file, "\taddq $30,$28,$15\n");
else else
fprintf (file, "\tlda $15,%d($30)\n", frame_size); fprintf (file, "\tlda $15,%d($30)\n", frame_size);
} }
......
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