Cleaning up comment style per shaver's sr comments. b=71627
git-svn-id: svn://10.0.0.236/trunk@108877 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
51626fd157
commit
c3a65006f0
@ -22,14 +22,15 @@
|
||||
* gcc 3/sparc-sun-solaris from gcc 2.x/sparc-sun-solaris)
|
||||
*/
|
||||
|
||||
/* Platform specific code to invoke XPCOM methods on native objects
|
||||
for solaris/sparc with gcc 3 ABI. */
|
||||
/*
|
||||
* Platform specific code to invoke XPCOM methods on native objects for
|
||||
* solaris/sparc with gcc 3 ABI.
|
||||
*/
|
||||
.global XPTC_InvokeByIndex
|
||||
/*
|
||||
XPTC_InvokeByIndex(nsISupports* that, PRUint32 methodIndex,
|
||||
PRUint32 paramCount, nsXPTCVariant* params);
|
||||
|
||||
*/
|
||||
* XPTC_InvokeByIndex(nsISupports* that, PRUint32 methodIndex,
|
||||
* PRUint32 paramCount, nsXPTCVariant* params);
|
||||
*/
|
||||
XPTC_InvokeByIndex:
|
||||
save %sp,-(64 + 32),%sp ! room for the register window and
|
||||
! struct pointer, rounded up to 0 % 32
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user