- Timestamp:
- May 17, 2008, 10:52:08 AM (17 years ago)
- File:
-
- 1 edited
-
branches/ia32/lib/nfcomp.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ia32/lib/nfcomp.lisp
r9543 r9547 1412 1412 (fasl-out-count function-size) 1413 1413 (fasl-out-count code-size) 1414 (fasl-out-ivect function-vector 0 (ash code-size 3))1414 (fasl-out-ivect function-vector 0 (ash code-size target::word-shift)) 1415 1415 (do* ((k code-size (1+ k))) 1416 1416 ((= k function-size))
Note:
See TracChangeset
for help on using the changeset viewer.
