Changeset 347
- Timestamp:
- Jan 20, 2004, 3:39:32 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/compiler/nx1.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/nx1.lisp
r291 r347 1236 1236 address-expression arg-specs-and-result-spec 1237 1237 (ecase (backend-name *target-backend*) 1238 (:linuxppc (%nx1-operator eabi-ff-call))1239 (:darwinppc (%nx1-operator poweropen-ff-call)))))1238 (:linuxppc32 (%nx1-operator eabi-ff-call)) 1239 (:darwinppc32 (%nx1-operator poweropen-ff-call))))) 1240 1240 1241 1241 (defnx1 nx1-syscall ((%syscall)) (idx &rest arg-specs-and-result-spec) … … 1243 1243 idx arg-specs-and-result-spec 1244 1244 (ecase (backend-name *target-backend*) 1245 (:linuxppc (%nx1-operator linux-syscall))1246 (:darwinppc (%nx1-operator darwin-syscall)))))1245 (:linuxppc32 (%nx1-operator linux-syscall)) 1246 (:darwinppc32 (%nx1-operator darwin-syscall))))) 1247 1247 1248 1248 (defun nx1-ff-call-internal (address-expression arg-specs-and-result-spec operator )
Note:
See TracChangeset
for help on using the changeset viewer.
