entered into RCS
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 5 Nov 1992 23:55:34 +0000 (18:55 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 5 Nov 1992 23:55:34 +0000 (18:55 -0500)
From-SVN: r2695

gcc/config/alpha/alpha.c

index 4ec88cc..e13c2a7 100644 (file)
@@ -1359,7 +1359,7 @@ output_prolog (file, size)
       if (frame_size == 32768)
        fprintf (file, "\tlda $15,16384($30)\n\tlda $15,16384($15)\n");
       else if (frame_size > 32768)
-       fprintf (file, "\tadd $30,$28,$15\n");
+       fprintf (file, "\taddq $30,$28,$15\n");
       else
        fprintf (file, "\tlda $15,%d($30)\n", frame_size);
     }