diff options
author | comex | 2015-01-17 14:18:39 -0500 |
---|---|---|
committer | comex | 2015-01-17 14:18:39 -0500 |
commit | d283f92c82d871bc26db88161cf6deca4ddf424d (patch) | |
tree | c5b1ea5ea9c5759c2d17451b5ce81c48915d4242 /lib/objc.h | |
parent | imp forwarding works (diff) | |
download | substitute-d283f92c82d871bc26db88161cf6deca4ddf424d.tar.gz |
fixes and test - both tests work on all archs
Diffstat (limited to 'lib/objc.h')
-rw-r--r-- | lib/objc.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,9 +7,9 @@ #endif #define _PAGE_SIZE (1 << _PAGE_SHIFT) #if defined(__x86_64__) -#define TRAMPOLINE_SIZE 0x23 +#define TRAMPOLINE_SIZE 0x27 #elif defined(__i386__) -#define TRAMPOLINE_SIZE 0x1c +#define TRAMPOLINE_SIZE 0x19 #elif defined(__arm__) #define TRAMPOLINE_SIZE 0x18 #elif defined(__arm64__) |