mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 21:22:47 +00:00
Bug 867914: Declare SharedStub as returning nsresult in xptcstubs_sparc64_openbsd.cpp. r=landry
Fixes a build issue on NetBSD/sparc64, no apparent fallout on OpenBSD/sparc64
This commit is contained in:
parent
b8c31ae955
commit
647872e18d
@ -83,7 +83,7 @@ PrepareAndDispatch(nsXPTCStubBase* self, uint64_t methodIndex, uint64_t* args)
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
extern "C" int SharedStub(int, int*);
|
extern "C" nsresult SharedStub(int, int*);
|
||||||
|
|
||||||
#define STUB_ENTRY(n) \
|
#define STUB_ENTRY(n) \
|
||||||
nsresult nsXPTCStubBase::Stub##n() \
|
nsresult nsXPTCStubBase::Stub##n() \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user