[Openmcl-cvs-notifications] r10756 - /trunk/source/compiler/nx1.lisp

gb at clozure.com gb at clozure.com
Mon Sep 15 19:20:09 EDT 2008


Author: gb
Date: Mon Sep 15 19:20:09 2008
New Revision: 10756

Log:
Use i386-ff-call for :linuxx8632 backend.



Modified:
    trunk/source/compiler/nx1.lisp

Modified: trunk/source/compiler/nx1.lisp
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/source/compiler/nx1.lisp (original)
+++ trunk/source/compiler/nx1.lisp Mon Sep 15 19:20:09 2008
@@ -1349,7 +1349,7 @@
     (ecase (backend-name *target-backend*)
       (:linuxppc32 (%nx1-operator eabi-ff-call))
       ((:darwinppc32 :linuxppc64 :darwinppc64) (%nx1-operator poweropen-ff=
-call))
-      (:darwinx8632 (%nx1-operator i386-ff-call))
+      ((:darwinx8632 :linuxx8632) (%nx1-operator i386-ff-call))
       ((:linuxx8664 :freebsdx8664 :darwinx8664 :solarisx8664 :win64) (%nx1=
-operator ff-call)))))
 =

 (defnx1 nx1-syscall ((%syscall)) (idx &rest arg-specs-and-result-spec)



More information about the Openmcl-cvs-notifications mailing list