Changeset 4970


Ignore:
Timestamp:
Aug 20, 2006, 4:08:08 PM (18 years ago)
Author:
Gary Byers
Message:

Handle syscall, ff-call for :darwinx8664 as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/nx1.lisp

    r4819 r4970  
    12121212      (:linuxppc32 (%nx1-operator eabi-ff-call))
    12131213      ((:darwinppc32 :linuxppc64 :darwinppc64) (%nx1-operator poweropen-ff-call))
    1214       ((:linuxx8664 :freebsdx8664) (%nx1-operator ff-call)))))
     1214      ((:linuxx8664 :freebsdx8664 :darwinx8664) (%nx1-operator ff-call)))))
    12151215
    12161216(defnx1 nx1-syscall ((%syscall)) (idx &rest arg-specs-and-result-spec)
     
    12321232             ((:darwinppc32 :darwinppc64 :linuxppc64)
    12331233              (%nx1-operator poweropen-syscall))
    1234              ((:linuxx8664 :freebsdx8664) (%nx1-operator syscall))))))
     1234             ((:linuxx8664 :freebsdx8664 :darwinx8664) (%nx1-operator syscall))))))
    12351235
    12361236(defun nx1-ff-call-internal (address-expression arg-specs-and-result-spec operator )
Note: See TracChangeset for help on using the changeset viewer.