Changeset 13218
- Timestamp:
- Nov 20, 2009, 4:11:31 AM (15 years ago)
- File:
-
- 1 edited
-
branches/purify/source/xdump/xfasload.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/purify/source/xdump/xfasload.lisp
r13216 r13218 1249 1249 (dotimes (i n) 1250 1250 (setf (u8-ref v (+ o i *xload-target-misc-data-offset*)) 1251 (%fasl-read- counts))))1251 (%fasl-read-byte s)))) 1252 1252 (t 1253 1253 (dotimes (i n) 1254 1254 (setf (u32-ref v (+ o (* i 4) *xload-target-misc-data-offset*)) 1255 (%fasl-read- counts)))))1255 (%fasl-read-byte s))))) 1256 1256 str))) 1257 1257
Note:
See TracChangeset
for help on using the changeset viewer.
