Skip to content

Commit 724ea11

Browse files
authored
Merge pull request #935 from Homebrew/MH_IMPLICIT_PAGEZERO
2 parents 67e59c1 + 200bfa1 commit 724ea11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/macho/headers.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ module Headers
508508
:MH_APP_EXTENSION_SAFE => 0x2000000,
509509
:MH_NLIST_OUTOFSYNC_WITH_DYLDINFO => 0x4000000,
510510
:MH_SIM_SUPPORT => 0x8000000,
511+
:MH_IMPLICIT_PAGEZERO => 0x10000000,
511512
:MH_DYLIB_IN_CACHE => 0x80000000,
512513
}.freeze
513514

0 commit comments

Comments
 (0)