- Timestamp:
- Jul 19, 2010, 7:40:28 AM (14 years ago)
- File:
-
- 1 edited
-
branches/arm/level-0/ARM/arm-def.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/arm/level-0/ARM/arm-def.lisp
r13968 r13983 57 57 58 58 (defarmlapfunction %fixnum-ref ((fixnum arg_y) #| &optional |# (offset arg_z)) 59 (:arglist fixnum &optional offset)59 (:arglist (fixnum &optional offset)) 60 60 (check-nargs 1 2) 61 61 (cmp nargs '1) … … 68 68 69 69 (defarmlapfunction %fixnum-ref-natural ((fixnum arg_y) #| &optional |# (offset arg_z)) 70 (:arglist fixnum &optional offset)70 (:arglist (fixnum &optional offset)) 71 71 (check-nargs 1 2) 72 72 (cmp nargs '1)
Note:
See TracChangeset
for help on using the changeset viewer.
