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
parent 0a2b100037
commit d6ae5cb8ef
2 changed files with 6 additions and 6 deletions

View File

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

View File

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