aboutsummaryrefslogtreecommitdiff
path: root/lib/objc.h
diff options
context:
space:
mode:
authorcomex2015-01-17 14:18:39 -0500
committercomex2015-01-17 14:18:39 -0500
commitd283f92c82d871bc26db88161cf6deca4ddf424d (patch)
treec5b1ea5ea9c5759c2d17451b5ce81c48915d4242 /lib/objc.h
parentimp forwarding works (diff)
downloadsubstitute-d283f92c82d871bc26db88161cf6deca4ddf424d.tar.gz
fixes and test - both tests work on all archs
Diffstat (limited to 'lib/objc.h')
-rw-r--r--lib/objc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/objc.h b/lib/objc.h
index 24427e1..141df11 100644
--- a/lib/objc.h
+++ b/lib/objc.h
@@ -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__)