Changeset 5764
- Timestamp:
- Jan 21, 2007, 5:14:16 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/compiler/nx1.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/nx1.lisp
r5711 r5764 1337 1337 (vals ()) 1338 1338 (register-spec-seen nil) 1339 (darwin-target-p (or (eql operator (%nx1-operator poweropen-syscall))1340 (eql operator (%nx1-operator poweropen-ff-call))))1341 1339 (monitor (eq (car arg-specs-and-result-spec) :monitor-exception-ports)) 1342 1340 (arg-specs (butlast arg-specs-and-result-spec)) … … 1351 1349 (value (pop arg-specs))) 1352 1350 (if (or (memq arg-keyword *arg-spec-keywords*) 1353 (and darwin-target-p 1354 (typep arg-keyword 'unsigned-byte))) 1351 (typep arg-keyword 'unsigned-byte)) 1355 1352 (progn 1356 1353 (push arg-keyword specs)
Note:
See TracChangeset
for help on using the changeset viewer.
