mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
0a2b100037
commit
d6ae5cb8ef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user