b=426563, put arm xptstubs shared assembly correctly in text section; r=bsmedberg

This commit is contained in:
Vladimir Vukicevic 2008-06-03 17:01:32 -07:00
Родитель 356c7fb09f
Коммит 09e711dfa3
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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\