PAGE_SIZE varies: Apple M1 uses 16K

modified:   p_mach.cpp
	modified:   p_mach.h
	modified:   p_mach_enum.h
This commit is contained in:
John Reiser
2021-04-11 15:19:24 -07:00
committed by Markus F.X.J. Oberhumer
parent 333a288248
commit 766fe466d6
3 changed files with 25 additions and 45 deletions
+1
View File
@@ -53,6 +53,7 @@
CPU_SUBTYPE_ARM_V6 = 6
};
enum { // filetype
MH_OBJECT = 1, /* relocatable object file */
MH_EXECUTE = 2,
MH_PRELOAD = 5, /* preloaded executable */
MH_DYLIB = 6, /* dynamically bound shared library */