elf: only open file for reading
parent
b5147aa549
commit
4f1762d121
|
@ -624,4 +624,4 @@ M:: segment sections ( segment -- sections )
|
||||||
: with-mapped-elf ( path quot -- )
|
: with-mapped-elf ( path quot -- )
|
||||||
'[
|
'[
|
||||||
address>> <elf> @
|
address>> <elf> @
|
||||||
] with-mapped-file ; inline
|
] with-mapped-file-reader ; inline
|
||||||
|
|
Loading…
Reference in New Issue