Changeset 13761
- Timestamp:
- Jun 1, 2010, 11:20:44 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/arm/compiler/ARM/arm-lap.lisp
r13741 r13761 115 115 (setf (uvref constants-vector (+ 2 k)) imm))) 116 116 (setf (uvref constants-vector (1- constants-size)) bits ; lfun-bits 117 (uvref constants-vector 1) code-vector) 117 (uvref constants-vector 1) code-vector 118 (uvref constants-vector 0) (ash (arm::arm-subprimitive-address '.SPfix-nfn-entrypoint) (- arm::fixnumshift))) 118 119 #+arm-target (%make-code-executable code-vector) 119 120 constants-vector)))
Note: See TracChangeset
for help on using the changeset viewer.