Changeset 13760
- Timestamp:
- Jun 1, 2010, 4:19:32 AM (14 years ago)
- File:
-
- 1 edited
-
branches/arm/compiler/nx1.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/arm/compiler/nx1.lisp
r13488 r13760 2077 2077 (dpb (length bindings) $lfbits-numreq 0)))) 2078 2078 2079 (defnx1 nx1-arm-lap-function (arm-lap-function) (name bindings &body body) 2080 (require "ARM-LAP") 2081 (setf (afunc-lfun *nx-current-function*) 2082 (%define-arm-lap-function name `((let ,bindings ,@body)) 2083 (dpb (length bindings) $lfbits-numreq 0)))) 2084 2085 2086 2079 2087 2080 2088
Note:
See TracChangeset
for help on using the changeset viewer.
