Changeset 7135 for trunk/ccl/lib/ffi-darwinppc64.lisp
- Timestamp:
- Sep 5, 2007, 12:37:38 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lib/ffi-darwinppc64.lisp
r6209 r7135 511 511 (defun darwin64::generate-callback-return-value (stack-ptr fp-args-ptr result return-type struct-return-arg) 512 512 (unless (eq return-type *void-foreign-type*) 513 (when (typep return-type 'foreign-single-float-type) 514 (setq result `(float ,result 0.0d0))) 513 515 (if (typep return-type 'foreign-record-type) 514 516 ;;; Would have been mapped to :VOID unless record-type contained
Note: See TracChangeset
for help on using the changeset viewer.