Changeset 347


Ignore:
Timestamp:
Jan 20, 2004, 3:39:32 PM (21 years ago)
Author:
Gary Byers
Message:

New backend names.

File:
1 edited

Legend:

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

    r291 r347  
    12361236    address-expression arg-specs-and-result-spec
    12371237    (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)))))
    12401240
    12411241(defnx1 nx1-syscall ((%syscall)) (idx &rest arg-specs-and-result-spec)
     
    12431243    idx arg-specs-and-result-spec
    12441244    (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)))))
    12471247
    12481248(defun nx1-ff-call-internal (address-expression arg-specs-and-result-spec operator )
Note: See TracChangeset for help on using the changeset viewer.