Changeset 5715


Ignore:
Timestamp:
Jan 18, 2007, 2:54:38 AM (18 years ago)
Author:
Gary Byers
Message:

ff-call-expander function in ftd.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/PPC/PPC32/ppc32-backend.lisp

    r5524 r5715  
    421421                 :poweropen-alignment t)
    422422               #+linuxppc-target
    423                '(:bits-per-word 32))))
     423               '(:bits-per-word 32)
     424               :ff-call-expand-function
     425               #+linuxppc-target
     426               'ppc32::linux-expand-ff-call
     427               #+darwinppc-target
     428               'ppc32::darwin-expand-ff-call
     429               )))
    424430    (install-standard-foreign-types ftd)
    425431    (use-interface-dir :libc ftd)
Note: See TracChangeset for help on using the changeset viewer.