aboutsummaryrefslogtreecommitdiff
path: root/lib/objc.h
diff options
context:
space:
mode:
authorcomex2015-01-17 21:02:04 -0500
committercomex2015-01-17 21:02:34 -0500
commit29e67c64aff27017f900372d705c6f4142e913cf (patch)
tree5ad0b49902db62a4669c22ed8a36d0d036132360 /lib/objc.h
parentflip the definition of TARGET_(UN)SUPPORTED (diff)
downloadsubstitute-29e67c64aff27017f900372d705c6f4142e913cf.tar.gz
misc. objc trimmings
Diffstat (limited to '')
-rw-r--r--lib/objc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/objc.h b/lib/objc.h
index 141df11..9628c35 100644
--- a/lib/objc.h
+++ b/lib/objc.h
@@ -16,8 +16,8 @@
#define TRAMPOLINE_SIZE 0x40
#endif
#ifdef __LP64__
-#define REMAP_PAGE_ENTRY_SIZE 24
+#define TRAMP_INFO_PAGE_ENTRY_SIZE 24
#else
-#define REMAP_PAGE_ENTRY_SIZE 12
+#define TRAMP_INFO_PAGE_ENTRY_SIZE 12
#endif
#define TRAMPOLINES_PER_PAGE (_PAGE_SIZE / TRAMPOLINE_SIZE)