Changeset 5810
- Timestamp:
- Jan 29, 2007, 3:37:17 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lib/ffi-linuxppc64.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lib/ffi-linuxppc64.lisp
r5803 r5810 109 109 (bits (ensure-foreign-type-bits argtype))) 110 110 (if (and (typep argtype 'foreign-record-type) 111 (< bits 6 3))111 (< bits 64)) 112 112 (progn 113 113 (rlets (list name (foreign-record-type-name argtype))) … … 140 140 (typep argtype 'foreign-array-type)) 141 141 '%get-ptr) 142 ((typep argtype 'foreign-record-type) 143 (setq delta (* (ceiling bits 64) 8)) 144 '%inc-ptr) 142 145 (t 143 146 (cond ((typep argtype 'foreign-integer-type)
Note:
See TracChangeset
for help on using the changeset viewer.
