Changeset 12639
- Timestamp:
- 04/29/10 22:40:22 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/compiler-pass2.lisp
r12636 r12639 6110 6110 (emit-invokevirtual +lisp-stream-class+ "readLine" 6111 6111 (list "Z" +lisp-object+) +lisp-object+) 6112 (when target 6113 (emit-move-from-stack target))) 6112 (emit-move-from-stack target)) 6114 6113 (t 6115 6114 (compile-function-call form target representation))))) … … 6126 6125 (emit-invokevirtual +lisp-stream-class+ "readLine" 6127 6126 (list "Z" +lisp-object+) +lisp-object+) 6128 (when target 6129 (emit-move-from-stack target)) 6127 (emit-move-from-stack target) 6130 6128 ) 6131 6129 (t
Note: See TracChangeset
for help on using the changeset viewer.