[armedbear-cvs] r11869 - trunk/abcl/src/org/armedbear/lisp

Erik Huelsmann ehuelsmann at common-lisp.net
Fri May 15 11:58:18 UTC 2009


Author: ehuelsmann
Date: Fri May 15 07:58:14 2009
New Revision: 11869

Log:
Remove unused variable-info structure slot (RESERVED-REGISTER).

Modified:
   trunk/abcl/src/org/armedbear/lisp/jvm.lisp

Modified: trunk/abcl/src/org/armedbear/lisp/jvm.lisp
==============================================================================
--- trunk/abcl/src/org/armedbear/lisp/jvm.lisp	(original)
+++ trunk/abcl/src/org/armedbear/lisp/jvm.lisp	Fri May 15 07:58:14 2009
@@ -257,7 +257,6 @@
   closure-index ; index number for a variable in the closure context array
     ;; a variable can be either special-p *or* have a register *or*
     ;; have an index *or a closure-index
-  reserved-register
   (reads 0 :type fixnum)
   (writes 0 :type fixnum)
   references




More information about the armedbear-cvs mailing list