Changeset 13912
- Timestamp:
- Jul 2, 2010, 9:48:50 PM (14 years ago)
- File:
-
- 1 edited
-
branches/arm/lib/nfcomp.lisp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/arm/lib/nfcomp.lisp
r13842 r13912 1072 1072 (unless (memq lfun refs) 1073 1073 (let* ((lfv (function-to-function-vector lfun)) 1074 (start # +ppc-target 0 #+x86-target (%function-code-words lfun))1074 (start #-x86-target 0 #+x86-target (%function-code-words lfun)) 1075 1075 (refs (cons lfun refs))) 1076 1076 (declare (dynamic-extent refs)) … … 1220 1220 ((#.x8664::fulltag-imm-0 1221 1221 #.x8664::fulltag-imm-1)) 1222 #+arm-target 1223 (#.arm::tag-imm) 1222 1224 (t 1223 1225 (if … … 1234 1236 (ash 1 x8664::fulltag-immheader-1) 1235 1237 (ash 1 x8664::fulltag-immheader-2)))) 1238 #+arm-target 1239 (= (the fixnum (logand type-code arm::fulltagmask)) arm::fulltag-immheader) 1236 1240 (case type-code 1237 1241 (#.target::subtag-dead-macptr (fasl-unknown exp)) … … 1252 1256 (#+ppc-target #.target::subtag-symbol 1253 1257 #+x8632-target #.target::subtag-symbol 1254 #+x8664-target #.target::tag-symbol (fasl-scan-symbol exp)) 1258 #+x8664-target #.target::tag-symbol 1259 #+arm-target #.target::subtag-symbol (fasl-scan-symbol exp)) 1255 1260 ((#.target::subtag-instance #.target::subtag-struct) 1256 1261 (fasl-scan-user-form exp))
Note:
See TracChangeset
for help on using the changeset viewer.
