- Timestamp:
- 08/13/10 20:25:20 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generic-class-file/abcl/src/org/armedbear/lisp/jvm-instructions.lisp
r12877 r12894 448 448 (dolist (instruction 449 449 (list 450 (inst 'aload *thread*)450 (inst 'aload (car (instruction-args instruction))) 451 451 (inst 'aconst_null) 452 452 (inst 'putfield (u2 (pool-field +lisp-thread+ "_values"
Note: See TracChangeset
for help on using the changeset viewer.