Bug 516667 - Adding bookmarks fails on AIX, patch by Shailen <shailen.n.jain@gmail.com>, r=gal, sr=bsmedberg, a=beltzner

git-svn-id: svn://10.0.0.236/trunk@259918 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gavin%gavinsharp.com 2010-03-08 19:22:35 +00:00
parent 97b246db8b
commit 50e5d6ba4c
2 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ include(xptcstubsdef.inc)
addi r7,sp,72 # fprData
# r3 has the 'self' pointer already
mr r4,r12 # methodIndex selector (it is now LATER)
addi r5,sp,208 # pointer to callers args area, beyond r3-r10
addi r5,sp,232 # pointer to callers args area, beyond r3-r10
# mapped range
bl .PrepareAndDispatch

View File

@ -94,7 +94,7 @@ include(xptcstubsdef.inc)
addi r7,sp,144 # fprData
# r3 has the 'self' pointer already
mr r4,r12 # methodIndex selector (it is now LATER)
addi r5,sp,328 # pointer to callers args area, beyond r3-r10
addi r5,sp,360 # pointer to callers args area, beyond r3-r10
# mapped range
bl .PrepareAndDispatch
nop