Changeset 13758
- Timestamp:
- Jun 1, 2010, 4:16:15 AM (14 years ago)
- File:
-
- 1 edited
-
branches/arm/compiler/ARM/arm-arch.lisp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/arm/compiler/ARM/arm-arch.lisp
r13750 r13758 369 369 (defarmsubprim .SPreq-heap-rest-arg) 370 370 (defarmsubprim .SPheap-cons-rest-arg) 371 (defarmsubprim .SPsimple-keywords) 372 (defarmsubprim .SPkeyword-args) 373 (defarmsubprim .SPkeyword-bind) 371 (defarmsubprim .SPcheck-fpu-exception) 372 (defarmsubprim .SPdiscard_stack_object) 374 373 (defarmsubprim .SPksignalerr) 375 374 (defarmsubprim .SPstack-rest-arg) … … 427 426 (defarmsubprim .SPaset2) 428 427 (defarmsubprim .SPaset3) 428 (defarmsubprim .SPkeyword-bind) 429 (defarmsubprim .SPudiv32) 430 (defarmsubprim .SPsdiv32) 429 431 ))))) 430 432 … … 675 677 (define-fixedsized-object double-float 676 678 pad 677 value 678 val-low) 679 val-low 680 val-high) 681 682 (defconstant double-float.value double-float.val-low) 683 679 684 680 685 (define-fixedsized-object complex
Note:
See TracChangeset
for help on using the changeset viewer.
