Update of /cvsroot/sbcl/sbcl/src/compiler/mips
In directory usw-pr-cvs1:/tmp/cvs-serv13266/src/compiler/mips
Modified Files:
nlx.lisp
Log Message:
0.7.9.53:
tidying left over from failed hunt for bug #226
some more renaming to make LEXENV vs. PHYSENV distinction
Index: nlx.lisp
===================================================================
RCS file: /cvsroot/sbcl/sbcl/src/compiler/mips/nlx.lisp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- nlx.lisp 15 Sep 2002 18:18:13 -0000 1.2
+++ nlx.lisp 17 Nov 2002 13:56:58 -0000 1.3
@@ -11,7 +11,6 @@
;;;
(!def-vm-support-routine make-nlx-entry-arg-start-location ()
(make-wired-tn *fixnum-primitive-type* immediate-arg-scn ocfp-offset))
-
;;; Save and restore dynamic environment.
;;;
|