зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
2301898f2f
Коммит
b56a83ecee
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче