Bug 307418. Fails to build on arm with gcc4. r/sr=shaver, a=asa

This commit is contained in:
dougt%meer.net 2005-09-28 05:49:51 +00:00
parent b3f1311a6f
commit d5408bd78a

View File

@ -45,7 +45,8 @@
#endif
/* Specify explicitly a symbol for this function, don't try to guess the c++ mangled symbol. */
static nsresult PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args) asm("_PrepareAndDispatch");
static nsresult PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args) asm("_PrepareAndDispatch")
__attribute__((used));
static nsresult
PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args)