Changeset 5751


Ignore:
Timestamp:
Jan 20, 2007, 6:25:32 PM (18 years ago)
Author:
Gary Byers
Message:

Add references to the right os::ff-call-expander.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/X86/X8664/x8664-backend.lisp

    r5149 r5751  
    268268                          :interface-package-name "X86-LINUX64"
    269269                          :attributes '(:bits-per-word  64
    270                                         :struct-by-value t)))
     270                                        :struct-by-value t)
     271                          :ff-call-expand-function
     272                          'x86-linux64::expand-ff-call
     273                          :))
    271274                (:darwinx8664
    272275                  (make-ftd :interface-db-directory "ccl:darwin-x86-headers64;"
     
    275278                                        :signed-char t
    276279                                        :struct-by-value t
    277                                         :prepend-underscore t)))
     280                                        :prepend-underscore t)
     281                          :ff-call-expand-function
     282                          'x86-darwin64::expand-ff-call))
    278283                 (:freebsdx8664
    279284                  (make-ftd :interface-db-directory "ccl:freebsd-headers64;"
    280285                            :interface-package-name "X86-FREEBSD64"
    281286                            :attributes '(:bits-per-word  64
    282                                           :struct-by-value t))))))
     287                                          :struct-by-value t)
     288                          :ff-call-expand-function
     289                          'x86-freebsd64::expand-ff-call)))))
    283290        (install-standard-foreign-types ftd)
    284291    (use-interface-dir :libc ftd)
Note: See TracChangeset for help on using the changeset viewer.