Changeset 11872


Ignore:
Timestamp:
05/15/09 19:16:27 (14 years ago)
Author:
ehuelsmann
Message:

The TEMP-REGISTER slot has been removed,
these FIXMEs don't apply anymore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/compiler-pass2.lisp

    r11870 r11872  
    41864186             (emit 'putfield +closure-binding-class+ "value" +lisp-object+))
    41874187            (t
    4188              ;;###FIXME: We might want to address the "temp-register" case too.
    41894188             (assert nil))))))
    41904189
     
    42164215           (emit 'aaload)
    42174216           (emit 'getfield +closure-binding-class+ "value" +lisp-object+))
    4218           (t ;;###FIXME: We might want to address the "temp-register" case too.
     4217          (t
    42194218           (assert nil)))))
    42204219
Note: See TracChangeset for help on using the changeset viewer.