- Timestamp:
- Apr 22, 2007, 3:42:03 AM (18 years ago)
- File:
-
- 1 edited
-
branches/x8664-call/ccl/level-1/linux-files.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/x8664-call/ccl/level-1/linux-files.lisp
r6200 r6326 1128 1128 1) 1129 1129 #+freebsd-target 1130 ( %stack-block ((ret (record-length :uint))1131 (mib (* (record-length :uint))))1132 (setf ( %get-unsigned-long mib0)1130 (rlet ((ret :uint) 1131 (mib (:array :uint 2))) 1132 (setf (paref mib (:array :uint) 0) 1133 1133 #$CTL_HW 1134 ( %get-unsigned-long mib (record-length :uint))1134 (paref mib (:array :uint) 1) 1135 1135 #$HW_NCPU) 1136 1136 (rlet ((oldsize :uint (record-length :uint)))
Note:
See TracChangeset
for help on using the changeset viewer.
