summaryrefslogtreecommitdiff
path: root/macho/pprofile.a
diff options
context:
space:
mode:
Diffstat (limited to 'macho/pprofile.a')
-rw-r--r--macho/pprofile.a2
1 files changed, 2 insertions, 0 deletions
diff --git a/macho/pprofile.a b/macho/pprofile.a
index 84d2022..0146418 100644
--- a/macho/pprofile.a
+++ b/macho/pprofile.a
@@ -1185,6 +1185,8 @@ init_profiler:
.if 1
lea_ r3,_stack_size
lwz r3,0(r3)
+ addi r3,r3,4095
+ rlwinm r3,r3,0,0,31-12
.else
li r3, (512*1024) % 65536
addis r3,r3,(512*1024) / 65536