Changeset 13216
- Timestamp:
- Nov 19, 2009, 2:32:48 AM (15 years ago)
- Location:
- branches/purify/source
- Files:
-
- 2 edited
-
lib/nfcomp.lisp (modified) (1 diff)
-
xdump/xfasload.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/purify/source/lib/nfcomp.lisp
r13215 r13216 1860 1860 (declare ((mod #x110000) code)) 1861 1861 (cond ((>= code #x10000) (incf extra 3)) 1862 ((>= code #x800) (incf code2))1863 ((>= code #x80) (incf code1))))))1862 ((>= code #x800) (incf extra 2)) 1863 ((>= code #x80) (incf extra 1)))))) 1864 1864 1865 1865 (defun fasl-out-vstring (str) -
branches/purify/source/xdump/xfasload.lisp
r13210 r13216 1189 1189 (declare (fixnum nchars nextra)) 1190 1190 (if (eql 0 nextra) 1191 (dotimes (i n extra)1191 (dotimes (i nchars) 1192 1192 (setf (u32-ref v (+ o (* i 4) *xload-target-misc-data-offset*)) 1193 1193 (%fasl-read-byte s)) )
Note:
See TracChangeset
for help on using the changeset viewer.
