Changeset 5715
- Timestamp:
- Jan 18, 2007, 2:54:38 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/compiler/PPC/PPC32/ppc32-backend.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/PPC/PPC32/ppc32-backend.lisp
r5524 r5715 421 421 :poweropen-alignment t) 422 422 #+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 ))) 424 430 (install-standard-foreign-types ftd) 425 431 (use-interface-dir :libc ftd)
Note:
See TracChangeset
for help on using the changeset viewer.
