Changeset 363
- Timestamp:
- Jan 22, 2004, 2:52:11 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/compiler/vinsn.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/vinsn.lisp
r197 r363 91 91 (setf (vinsn-template vinsn) template 92 92 (vinsn-variable-parts vinsn) nil 93 (vinsn-annotation vinsn) nil) 93 (vinsn-annotation vinsn) nil 94 (vinsn-gprs-set vinsn) 0 95 (vinsn-fprs-set vinsn) 0) 94 96 vinsn) 95 97 (%make-vinsn template))))
Note:
See TracChangeset
for help on using the changeset viewer.
