mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Static analysis build fixes (bug 509089 fallout, no bug).
This commit is contained in:
parent
869bf43660
commit
5268047217
@ -3827,7 +3827,7 @@ FullMapFromExit(TypeMap& typeMap, VMSideExit* exit)
|
||||
}
|
||||
}
|
||||
|
||||
static TypeConsensus
|
||||
static JS_REQUIRES_STACK TypeConsensus
|
||||
TypeMapLinkability(JSContext* cx, const TypeMap& typeMap, VMFragment* peer)
|
||||
{
|
||||
const TypeMap& peerMap = peer->getTreeInfo()->typeMap;
|
||||
@ -4696,7 +4696,7 @@ RecordTree(JSContext* cx, JSTraceMonitor* tm, Fragment* f, jsbytecode* outer,
|
||||
return true;
|
||||
}
|
||||
|
||||
static TypeConsensus
|
||||
static JS_REQUIRES_STACK TypeConsensus
|
||||
FindLoopEdgeTarget(JSContext* cx, VMSideExit* exit, VMFragment** peerp)
|
||||
{
|
||||
VMFragment* from = exit->root();
|
||||
|
Loading…
Reference in New Issue
Block a user