зеркало из https://github.com/mozilla/gecko-dev.git
b=426563, put arm xptstubs shared assembly correctly in text section; r=bsmedberg
This commit is contained in:
Родитель
356c7fb09f
Коммит
09e711dfa3
|
@ -166,6 +166,8 @@ PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args)
|
|||
*
|
||||
*/
|
||||
__asm__ ("\n\
|
||||
.text \n\
|
||||
.align 2 \n\
|
||||
SharedStub: \n\
|
||||
stmfd sp!, {r1, r2, r3} \n\
|
||||
mov r2, sp \n\
|
||||
|
|
|
@ -156,6 +156,8 @@ PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args)
|
|||
*
|
||||
*/
|
||||
__asm__ ("\n\
|
||||
.text \n\
|
||||
.align 2 \n\
|
||||
SharedStub: \n\
|
||||
stmfd sp!, {r1, r2, r3} \n\
|
||||
mov r2, sp \n\
|
||||
|
|
Загрузка…
Ссылка в новой задаче