Changeset 8061
- Timestamp:
- Jan 12, 2008, 12:01:30 AM (17 years ago)
- File:
-
- 1 edited
-
branches/ia32/xdump/xx8632-fasload.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ia32/xdump/xx8632-fasload.lisp
r7882 r8061 21 21 #xc7cd0000000000) ;uuo-error-udf-call 22 22 23 ;;; xxx just a guess24 23 (defun x8632-initialize-static-space () 25 24 (xload-make-ivector *xload-static-space* 26 (xload-target-subtype :unsigned-32-bit-vector) 27 (1- (/ 4096 4)))) 25 (xload-target-subtype :unsigned-32-bit-vector) 26 (1- (/ 4096 4))) 27 (xload-make-cons *xload-target-nil* *xload-target-nil* *xload-static-space*)) 28 28 29 29 (defparameter *x8632-darwin-xload-backend*
Note:
See TracChangeset
for help on using the changeset viewer.
