зеркало из https://github.com/mozilla/gecko-dev.git
Bug 577813 - Missing __attribute__ ((used)) on PrepareAndDispatch functions. r=benjamin.
This commit is contained in:
Родитель
22ddfbac75
Коммит
04286fae95
|
@ -62,7 +62,7 @@ const PRUint32 FPR_COUNT = 8;
|
|||
// The parameters are mapped into an array of type 'nsXPTCMiniVariant'
|
||||
// and then the method gets called.
|
||||
|
||||
extern "C" nsresult
|
||||
extern "C" nsresult ATTRIBUTE_USED
|
||||
PrepareAndDispatch(nsXPTCStubBase * self, PRUint32 methodIndex,
|
||||
PRUint64 * args, PRUint64 * gpregs, double *fpregs)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче