Changeset 5723
- Timestamp:
- Jan 18, 2007, 3:04:04 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/compiler/PPC/PPC64/ppc64-backend.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/PPC/PPC64/ppc64-backend.lisp
r5141 r5723 270 270 '(:signed-char t 271 271 :struct-by-value t 272 :struct-return-in-registers t 273 :struct-return-explicit t 274 :struct-by-value-by-field t 272 275 :prepend-underscores t 273 276 :bits-per-word 64) 274 277 #+linuxppc-target 275 '(:bits-per-word 64)))) 278 '(:bits-per-word 64) 279 :ff-call-expand-function 280 #+linuxppc-target 281 'ppc64::linux-expand-ff-call 282 #+darwinppc-target 283 'ppc64::darwin-expand-ff-call 284 ))) 276 285 (install-standard-foreign-types ftd) 277 286 (use-interface-dir :libc ftd)
Note:
See TracChangeset
for help on using the changeset viewer.
