Changeset 5751
- Timestamp:
- Jan 20, 2007, 6:25:32 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/compiler/X86/X8664/x8664-backend.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/X86/X8664/x8664-backend.lisp
r5149 r5751 268 268 :interface-package-name "X86-LINUX64" 269 269 :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 :)) 271 274 (:darwinx8664 272 275 (make-ftd :interface-db-directory "ccl:darwin-x86-headers64;" … … 275 278 :signed-char t 276 279 :struct-by-value t 277 :prepend-underscore t))) 280 :prepend-underscore t) 281 :ff-call-expand-function 282 'x86-darwin64::expand-ff-call)) 278 283 (:freebsdx8664 279 284 (make-ftd :interface-db-directory "ccl:freebsd-headers64;" 280 285 :interface-package-name "X86-FREEBSD64" 281 286 :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))))) 283 290 (install-standard-foreign-types ftd) 284 291 (use-interface-dir :libc ftd)
Note:
See TracChangeset
for help on using the changeset viewer.
