- Timestamp:
- Nov 16, 2007, 1:22:26 PM (17 years ago)
- Location:
- branches/ia32/compiler
- Files:
-
- 2 edited
-
nx1.lisp (modified) (1 diff)
-
nxenv.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ia32/compiler/nx1.lisp
r7663 r7664 1334 1334 (:linuxppc32 (%nx1-operator eabi-ff-call)) 1335 1335 ((:darwinppc32 :linuxppc64 :darwinppc64) (%nx1-operator poweropen-ff-call)) 1336 (:darwinx8632 (%nx1-operator i386-ff-call))1336 ;;(:darwinx8632 (%nx1-operator i386-ff-call)) 1337 1337 ((:linuxx8664 :freebsdx8664 :darwinx8664) (%nx1-operator ff-call))))) 1338 1338 -
branches/ia32/compiler/nxenv.lisp
r7662 r7664 260 260 (inherited-arg . #.operator-single-valued-mask) 261 261 (ff-call . 0) 262 (i386-ff-call . 0)262 ;;(i386-ff-call . 0) 263 263 (commutative-subprim-binop . 0) 264 264 (%immediate-set-xxx . #.(logior operator-acode-subforms-mask))
Note:
See TracChangeset
for help on using the changeset viewer.
