- Timestamp:
- Nov 26, 2007, 9:14:29 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
r7708 r7763 1355 1355 ((:darwinppc32 :darwinppc64 :linuxppc64) 1356 1356 (%nx1-operator poweropen-syscall)) 1357 (:darwinx8632 (%nx1-operator i386-syscall)) 1357 1358 ((:linuxx8664 :freebsdx8664 :darwinx8664) (%nx1-operator syscall)))))) 1358 1359 -
branches/ia32/compiler/nxenv.lisp
r7760 r7763 412 412 (%single-float . #.(logior operator-acode-subforms-mask operator-assignment-free-mask operator-single-valued-mask)) 413 413 (%double-float . #. #.(logior operator-acode-subforms-mask operator-assignment-free-mask operator-single-valued-mask)) 414 (i386-ff-call . 0)))) 414 (i386-ff-call . 0) 415 (i386-syscall . 0)))) 415 416 416 417 (defmacro %nx1-operator (sym)
Note:
See TracChangeset
for help on using the changeset viewer.
