diff options
author | comex | 2015-01-17 21:02:04 -0500 |
---|---|---|
committer | comex | 2015-01-17 21:02:34 -0500 |
commit | 29e67c64aff27017f900372d705c6f4142e913cf (patch) | |
tree | 5ad0b49902db62a4669c22ed8a36d0d036132360 /lib/objc.h | |
parent | flip the definition of TARGET_(UN)SUPPORTED (diff) | |
download | substitute-29e67c64aff27017f900372d705c6f4142e913cf.tar.gz |
misc. objc trimmings
Diffstat (limited to '')
-rw-r--r-- | lib/objc.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |