- Timestamp:
- Nov 16, 2007, 12:20:16 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
r7331 r7662 1334 1334 (:linuxppc32 (%nx1-operator eabi-ff-call)) 1335 1335 ((:darwinppc32 :linuxppc64 :darwinppc64) (%nx1-operator poweropen-ff-call)) 1336 ((:linuxx8664 :freebsdx8664 :darwinx8664) (%nx1-operator ff-call))))) 1336 (:darwinx8632 (%nx1-operator i386-ff-call)) 1337 ((:linuxx8664 :freebsdx8664 :darwinx8664) (%nx1-operator ff-call))))) 1337 1338 1338 1339 (defnx1 nx1-syscall ((%syscall)) (idx &rest arg-specs-and-result-spec) -
branches/ia32/compiler/nxenv.lisp
r7338 r7662 260 260 (inherited-arg . #.operator-single-valued-mask) 261 261 (ff-call . 0) 262 (i386-ff-call . 0) 262 263 (commutative-subprim-binop . 0) 263 264 (%immediate-set-xxx . #.(logior operator-acode-subforms-mask))
Note:
See TracChangeset
for help on using the changeset viewer.
