From 463f61c507955b0b43ee68d02987f6d85772c97e Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Sat, 21 Dec 1991 23:05:52 +0000
Subject: [PATCH] Fixed comment about WORD-POINTER-REG SC.

---
 compiler/rt/vm.lisp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/compiler/rt/vm.lisp b/compiler/rt/vm.lisp
index e59ad3354..b168d0ee8 100644
--- a/compiler/rt/vm.lisp
+++ b/compiler/rt/vm.lisp
@@ -124,7 +124,8 @@
   (non-descriptor-reg registers
    :locations (0 2 3 4))
 
-  ;; Word-aligned pointers that cannot be in R0.  Used only as temporaries.
+  ;; Word-aligned pointers that cannot be in R0.  Used for temporaries and to
+  ;; hold stack pointers.
   (word-pointer-reg registers
    :locations (2 3 4 9 10 11 12 13 14)
    :save-p t
-- 
GitLab