# HG changeset patch # User Richard M. Stallman # Date 766114754 0 # Node ID 06174c61505574ea65f3278a0f813561e4a66354 # Parent 531d6d07096a64291009f44a03233e053990c160 entered into RCS diff -r 531d6d07096a -r 06174c615055 src/alloca.s --- a/src/alloca.s Tue Apr 12 01:33:57 1994 +0000 +++ b/src/alloca.s Tue Apr 12 01:39:14 1994 +0000 @@ -116,7 +116,7 @@ this compiler saves used registers relative to %sp instead of %fp. alright, just make new copy of saved register set whenever we allocate new space from stack.. - this is true at last until SVR3V5.1 . bug has reported to Motorola. */ + this is true at last until SVR3V7 . bug has reported to Motorola. */ set MAXREG,10 # max no of registers to save (d2-d7, a2-a5) mov.l (%sp)+,%a1 # pop return addr from top of stack mov.l (%sp)+,%d0 # pop size in bytes from top of stack