Changeset 12777
- Timestamp:
- Sep 7, 2009, 6:36:37 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/lib/dumplisp.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lib/dumplisp.lisp
r12769 r12777 227 227 ;; "optional header" which appears right after the standard header (20 bytes) 228 228 ;; and the PE cookie (4 bytes) 229 (setf (%get-byte buf (+ offset 4 20 68)) application-byte)))229 (setf (%get-byte buf (+ offset 4 (record-length #>IMAGE_FILE_HEADER) (get-field-offset #>IMAGE_OPTIONAL_HEADER.Subsystem) )) application-byte))) 230 230 (let* ((nwritten (fd-write out-fd buf nread))) 231 231 (declare (fixnum nwritten))
Note:
See TracChangeset
for help on using the changeset viewer.
