зеркало из https://github.com/mozilla/pjs.git
Bug 307418. Fails to build on arm with gcc4. r/sr=shaver, a=asa
This commit is contained in:
Родитель
0807053184
Коммит
efe1d10e6a
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче