macho: use with-mapped-file-reader in with-mapped-macho

release
Joe Groff 2010-04-14 13:38:41 -07:00
parent 1af11dbfb9
commit 94c0382b99
1 changed files with 1 additions and 1 deletions

View File

@ -915,7 +915,7 @@ TYPED: load-commands ( macho: mach_header_32/64 -- load-commands )
: with-mapped-macho ( path quot -- )
'[
address>> macho-header @
] with-mapped-file ; inline
] with-mapped-file-reader ; inline
: macho-nm ( path -- )
[| macho |