Add interpreter register FREE.
authorJason Wilson <edu/mit/csail/zurich/jawilson>
Thu, 10 Jun 1993 01:06:33 +0000 (01:06 +0000)
committerJason Wilson <edu/mit/csail/zurich/jawilson>
Thu, 10 Jun 1993 01:06:33 +0000 (01:06 +0000)
v7/src/compiler/machines/C/machin.scm

index fceb50a2db4168f137e86e61ed9261e04a69b537..4ac875a99ea68d210781bc65a8e75dd7daf35cd0 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: machin.scm,v 1.1 1993/06/08 06:13:32 gjr Exp $
+$Id: machin.scm,v 1.2 1993/06/10 01:06:33 jawilson Exp $
 
 Copyright (c) 1992 Massachusetts Institute of Technology
 
@@ -250,6 +250,8 @@ MIT in each case. |#
      (interpreter-dynamic-link))
     ((VALUE)
      (interpreter-value-register))
+    ((FREE)
+     (interpreter-free-pointer))
     ((INTERPRETER-CALL-RESULT:ACCESS)
      (interpreter-register:access))
     ((INTERPRETER-CALL-RESULT:CACHE-REFERENCE)