Changeset 4970
- Timestamp:
- Aug 20, 2006, 4:08:08 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/compiler/nx1.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/nx1.lisp
r4819 r4970 1212 1212 (:linuxppc32 (%nx1-operator eabi-ff-call)) 1213 1213 ((:darwinppc32 :linuxppc64 :darwinppc64) (%nx1-operator poweropen-ff-call)) 1214 ((:linuxx8664 :freebsdx8664 ) (%nx1-operator ff-call)))))1214 ((:linuxx8664 :freebsdx8664 :darwinx8664) (%nx1-operator ff-call))))) 1215 1215 1216 1216 (defnx1 nx1-syscall ((%syscall)) (idx &rest arg-specs-and-result-spec) … … 1232 1232 ((:darwinppc32 :darwinppc64 :linuxppc64) 1233 1233 (%nx1-operator poweropen-syscall)) 1234 ((:linuxx8664 :freebsdx8664 ) (%nx1-operator syscall))))))1234 ((:linuxx8664 :freebsdx8664 :darwinx8664) (%nx1-operator syscall)))))) 1235 1235 1236 1236 (defun nx1-ff-call-internal (address-expression arg-specs-and-result-spec operator )
Note:
See TracChangeset
for help on using the changeset viewer.
