Changeset 8400
- Timestamp:
- Feb 3, 2008, 4:32:24 AM (17 years ago)
- Location:
- trunk/source
- Files:
-
- 2 edited
-
lisp-kernel/image.h (modified) (1 diff)
-
xdump/heap-image.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/image.h
r8142 r8400 90 90 91 91 92 #define ABI_VERSION_MIN 10 1993 #define ABI_VERSION_CURRENT 10 1994 #define ABI_VERSION_MAX 10 1992 #define ABI_VERSION_MIN 1020 93 #define ABI_VERSION_CURRENT 1020 94 #define ABI_VERSION_MAX 1020 95 95 96 96 #define NUM_IMAGE_SECTIONS 4 /* used to be 3 */ -
trunk/source/xdump/heap-image.lisp
r8142 r8400 97 97 98 98 99 (defparameter *image-abi-version* 10 19)99 (defparameter *image-abi-version* 1020) 100 100 101 101 (defun write-image-file (pathname image-base spaces &optional (abi-version *image-abi-version*))
Note:
See TracChangeset
for help on using the changeset viewer.
