summaryrefslogtreecommitdiff
path: root/src/alloca.s
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-04-12 01:39:14 +0000
committerRichard M. Stallman <rms@gnu.org>1994-04-12 01:39:14 +0000
commitf7141d1e254980584f9015df7a8770ab3649fa39 (patch)
tree7ac6cce5cf608eb3d61132cdf49aac40ffeba16e /src/alloca.s
parent2cccecef23fb86f56eed90d330512a5a691ad53d (diff)
downloademacs-f7141d1e254980584f9015df7a8770ab3649fa39.tar.gz
entered into RCS
Diffstat (limited to 'src/alloca.s')
-rw-r--r--src/alloca.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloca.s b/src/alloca.s
index 2892aaf8f11..0bcc950f85e 100644
--- a/src/alloca.s
+++ b/src/alloca.s
@@ -116,7 +116,7 @@ alloca:
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