fix non-ELF unix starter creation
This commit is contained in:
parent
291a18b045
commit
58fa3dd6d7
|
@ -185,7 +185,7 @@
|
||||||
(lambda (in)
|
(lambda (in)
|
||||||
(read-elf
|
(read-elf
|
||||||
in
|
in
|
||||||
(lambda () (values #f #f #f))
|
(lambda () (values #f #f #f #f))
|
||||||
(lambda (elf sections programs str-section strs)
|
(lambda (elf sections programs str-section strs)
|
||||||
(let ([new-sec-pos (+ (elf-sh-offset elf)
|
(let ([new-sec-pos (+ (elf-sh-offset elf)
|
||||||
(* (elf-sh-esize elf) (elf-sh-ecount elf)))]
|
(* (elf-sh-esize elf) (elf-sh-ecount elf)))]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user