Changeset 15119
- Timestamp:
- Dec 8, 2011, 10:13:19 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
r15093 r15119 1182 1182 (ecase (car count) 1183 1183 (:$ (destructuring-bind (countval) (cdr count) 1184 (if (and (eql (logand (eval countval) 31) 0) 1185 (eq op :ror)) 1186 (error "Invalid shift count for :ROR : ~s." countval)) 1184 1187 (set-field-value instruction (byte 12 0) 1185 1188 (logior (need-arm-gpr reg)
Note:
See TracChangeset
for help on using the changeset viewer.
