- Timestamp:
- Nov 16, 2007, 12:23:56 PM (17 years ago)
- File:
-
- 1 edited
-
branches/ia32/compiler/nx1.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ia32/compiler/nx1.lisp
r7662 r7663 1329 1329 1330 1330 (defnx1 nx1-ff-call ((%ff-call)) (address-expression &rest arg-specs-and-result-spec) 1331 (nx1-ff-call-internal1332 address-expression arg-specs-and-result-spec1333 (ecase (backend-name *target-backend*)1334 (:linuxppc32 (%nx1-operator eabi-ff-call))1335 ((:darwinppc32 :linuxppc64 :darwinppc64) (%nx1-operator poweropen-ff-call))1336 (:darwinx8632 (%nx1-operator i386-ff-call))1331 (nx1-ff-call-internal 1332 address-expression arg-specs-and-result-spec 1333 (ecase (backend-name *target-backend*) 1334 (:linuxppc32 (%nx1-operator eabi-ff-call)) 1335 ((:darwinppc32 :linuxppc64 :darwinppc64) (%nx1-operator poweropen-ff-call)) 1336 (:darwinx8632 (%nx1-operator i386-ff-call)) 1337 1337 ((:linuxx8664 :freebsdx8664 :darwinx8664) (%nx1-operator ff-call))))) 1338 1338
Note:
See TracChangeset
for help on using the changeset viewer.
