mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 843884 - Pass execution mode through to inline IonBuilder (r=nmatsakis)
This commit is contained in:
parent
6a3fed7e52
commit
051b517fa6
@ -3173,7 +3173,7 @@ IonBuilder::jsop_call_inline(HandleFunction callee, CallInfo &callInfo, MBasicBl
|
||||
LifoAlloc *alloc = GetIonContext()->temp->lifoAlloc();
|
||||
CompileInfo *info = alloc->new_<CompileInfo>(calleeScript.get(), callee,
|
||||
(jsbytecode *)NULL, callInfo.constructing(),
|
||||
SequentialExecution);
|
||||
this->info().executionMode());
|
||||
if (!info)
|
||||
return false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user