Changeset 582
- Timestamp:
- Feb 28, 2004, 1:16:04 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-0/l0-array.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-0/l0-array.lisp
r417 r582 97 97 (if (< typecode ppc32::min-array-subtag) 98 98 (report-bad-arg array 'array) 99 (if (<= typecode ppc32::subtag-vectorH) 99 (if (and (<= typecode ppc32::subtag-vectorH) 100 (logbitp $arh_exp_disp_bit 101 (the fixnum (%svref array ppc32::arrayH.flags-cell)))) 100 102 (values (%svref array ppc32::arrayH.data-vector-cell) 101 103 (%svref array ppc32::arrayH.displacement-cell))
Note:
See TracChangeset
for help on using the changeset viewer.
