Changeset 14955
- Timestamp:
- Aug 29, 2011, 5:07:47 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/source/compiler/ARM/arm-asm.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/compiler/ARM/arm-asm.lisp
r14951 r14955 63 63 64 64 (defun arm-constant-index (form) 65 (let* ((idx (or ( assoc form *arm-constants* :test 'equal)65 (let* ((idx (or (cdr (assoc form *arm-constants* :test 'equal)) 66 66 (let* ((n (length *arm-constants*))) 67 67 (push (cons form n) *arm-constants*)
Note:
See TracChangeset
for help on using the changeset viewer.
