Changeset 5810


Ignore:
Timestamp:
Jan 29, 2007, 3:37:17 AM (18 years ago)
Author:
Gary Byers
Message:

Fix some typos/bugs; more likely remain.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lib/ffi-linuxppc64.lisp

    r5803 r5810  
    109109                 (bits (ensure-foreign-type-bits argtype)))
    110110            (if (and (typep argtype 'foreign-record-type)
    111                      (< bits 63))
     111                     (< bits 64))
    112112              (progn
    113113                (rlets (list name (foreign-record-type-name argtype)))
     
    140140                               (typep argtype 'foreign-array-type))
    141141                           '%get-ptr)
     142                          ((typep argtype 'foreign-record-type)
     143                           (setq delta (* (ceiling bits 64) 8))
     144                           '%inc-ptr)
    142145                          (t
    143146                           (cond ((typep argtype 'foreign-integer-type)
Note: See TracChangeset for help on using the changeset viewer.