]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
(output_prolog): Start memory probing with $2.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 6 Jul 1994 21:56:28 +0000 (17:56 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 6 Jul 1994 21:56:28 +0000 (17:56 -0400)
From-SVN: r7665

gcc/config/alpha/alpha.c

index ffe80cb5b6d55dd6a80b6c494b2264ac3d900755..e2da419ec2f0620627d95ad5545b7e04358465e5 100644 (file)
@@ -1318,7 +1318,7 @@ output_prolog (file, size)
       if (frame_size > 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);