Changeset 11872
- Timestamp:
- 05/15/09 19:16:27 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/compiler-pass2.lisp
r11870 r11872 4186 4186 (emit 'putfield +closure-binding-class+ "value" +lisp-object+)) 4187 4187 (t 4188 ;;###FIXME: We might want to address the "temp-register" case too.4189 4188 (assert nil)))))) 4190 4189 … … 4216 4215 (emit 'aaload) 4217 4216 (emit 'getfield +closure-binding-class+ "value" +lisp-object+)) 4218 (t ;;###FIXME: We might want to address the "temp-register" case too.4217 (t 4219 4218 (assert nil))))) 4220 4219
Note: See TracChangeset
for help on using the changeset viewer.