summaryrefslogtreecommitdiffstats
path: root/third_party/mach_override/mach_override.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/mach_override/mach_override.c')
-rw-r--r--third_party/mach_override/mach_override.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/mach_override/mach_override.c b/third_party/mach_override/mach_override.c
index 8a4cf95..4768a57 100644
--- a/third_party/mach_override/mach_override.c
+++ b/third_party/mach_override/mach_override.c
@@ -267,7 +267,7 @@ mach_override_ptr(
// Optionally allocate & return the reentry island.
BranchIsland *reentryIsland = NULL;
if( !err && originalFunctionReentryIsland ) {
- err = allocateBranchIsland( &reentryIsland, kAllocateNormal, NULL);
+ err = allocateBranchIsland( &reentryIsland, kAllocateHigh, NULL);
if( !err )
*originalFunctionReentryIsland = reentryIsland;
}