Changeset 14282
- Timestamp:
- Sep 17, 2010, 3:54:26 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/lib/nfcomp.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lib/nfcomp.lisp
r14258 r14282 1713 1713 (fasl-out-count n) 1714 1714 (dotimes (i n) 1715 (fasl-dump-form (%svref f i)))))) 1715 (if (= i 0) 1716 (target-arch-case 1717 (:arm (fasl-dump-form 1718 (ash (arm::arm-subprimitive-address '.SPfix-nfn-entrypoint) (- target::fixnumshift)))) ; host's fixnumshift 1719 (t (fasl-dump-form (%svref f i)))) 1720 (fasl-dump-form (%svref f i))))))) 1716 1721 1717 1722 #+x86-target
Note:
See TracChangeset
for help on using the changeset viewer.
