Changeset 8142
- Timestamp:
- Jan 15, 2008, 10:07:40 AM (17 years ago)
- Location:
- branches/1.2/devel/source
- Files:
-
- 2 edited
-
lisp-kernel/image.h (modified) (1 diff)
-
xdump/heap-image.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/devel/source/lisp-kernel/image.h
r7759 r8142 90 90 91 91 92 #define ABI_VERSION_MIN 101 893 #define ABI_VERSION_CURRENT 101 894 #define ABI_VERSION_MAX 101 892 #define ABI_VERSION_MIN 1019 93 #define ABI_VERSION_CURRENT 1019 94 #define ABI_VERSION_MAX 1019 95 95 96 96 #define NUM_IMAGE_SECTIONS 4 /* used to be 3 */ -
branches/1.2/devel/source/xdump/heap-image.lisp
r7759 r8142 97 97 98 98 99 (defparameter *image-abi-version* 101 8)99 (defparameter *image-abi-version* 1019) 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.
