Changeset 5752
- Timestamp:
- Jan 20, 2007, 6:34:24 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/compiler/X86/X8664/x8664-backend.lisp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/X86/X8664/x8664-backend.lisp
r5751 r5752 270 270 :struct-by-value t) 271 271 :ff-call-expand-function 272 'x86-linux64::expand-ff-call 273 :)) 272 (intern "EXPAND-FF-CALL" "X86-LINUX64"))) 274 273 (:darwinx8664 275 274 (make-ftd :interface-db-directory "ccl:darwin-x86-headers64;" … … 280 279 :prepend-underscore t) 281 280 :ff-call-expand-function 282 'x86-darwin64::expand-ff-call))281 (intern "EXPAND-FF-CALL" "X86-DARWIN64"))) 283 282 (:freebsdx8664 284 283 (make-ftd :interface-db-directory "ccl:freebsd-headers64;" … … 287 286 :struct-by-value t) 288 287 :ff-call-expand-function 289 'x86-freebsd64::expand-ff-call)))))288 (intern "EXPAND-FF-CALL" "X86-FREEBSD64")))))) 290 289 (install-standard-foreign-types ftd) 291 290 (use-interface-dir :libc ftd)
Note:
See TracChangeset
for help on using the changeset viewer.
