Bug 395280 - "Build failure on Sparc Linux due to xptcall API changes" [p=marc@petit-huguenin.org (Marc Petit-Huguenin) r=bsmedberg a=damons]

This commit is contained in:
reed@reedloden.com 2007-09-10 14:26:01 -07:00
Родитель 26aeb6bc63
Коммит 3980c50d5d
2 изменённых файлов: 6 добавлений и 6 удалений

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

@ -37,13 +37,13 @@
* ***** END LICENSE BLOCK ***** */
/* Platform specific code to invoke XPCOM methods on native objects */
.global XPTC_InvokeByIndex
.global NS_InvokeByIndex_P
/*
XPTC_InvokeByIndex(nsISupports* that, PRUint32 methodIndex,
NS_InvokeByIndex(nsISupports* that, PRUint32 methodIndex,
PRUint32 paramCount, nsXPTCVariant* params);
*/
XPTC_InvokeByIndex:
NS_InvokeByIndex_P:
save %sp,-(64 + 16),%sp ! room for the register window and
! struct pointer, rounded up to 0 % 16
mov %i2,%o0 ! paramCount

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

@ -41,13 +41,13 @@
* Platform specific code to invoke XPCOM methods on native objects for
* Linux/Sparc with gcc 3 ABI.
*/
.global XPTC_InvokeByIndex
.global NS_InvokeByIndex_P
/*
* XPTC_InvokeByIndex(nsISupports* that, PRUint32 methodIndex,
* NS_InvokeByIndex(nsISupports* that, PRUint32 methodIndex,
* PRUint32 paramCount, nsXPTCVariant* params);
*
*/
XPTC_InvokeByIndex:
NS_InvokeByIndex_P:
save %sp,-(64 + 16),%sp ! room for the register window and
! struct pointer, rounded up to 0 % 16
mov %i2,%o0 ! paramCount