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:
parent
97b246db8b
commit
50e5d6ba4c
@ -110,7 +110,7 @@ include(xptcstubsdef.inc)
|
|||||||
addi r7,sp,72 # fprData
|
addi r7,sp,72 # fprData
|
||||||
# r3 has the 'self' pointer already
|
# r3 has the 'self' pointer already
|
||||||
mr r4,r12 # methodIndex selector (it is now LATER)
|
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
|
# mapped range
|
||||||
|
|
||||||
bl .PrepareAndDispatch
|
bl .PrepareAndDispatch
|
||||||
|
|||||||
@ -94,7 +94,7 @@ include(xptcstubsdef.inc)
|
|||||||
addi r7,sp,144 # fprData
|
addi r7,sp,144 # fprData
|
||||||
# r3 has the 'self' pointer already
|
# r3 has the 'self' pointer already
|
||||||
mr r4,r12 # methodIndex selector (it is now LATER)
|
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
|
# mapped range
|
||||||
bl .PrepareAndDispatch
|
bl .PrepareAndDispatch
|
||||||
nop
|
nop
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user