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