mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 900441: Instructions that are generated should be added to the stream. (r=h4writer)
This commit is contained in:
parent
2e65ede53b
commit
ef4a6b1c25
@ -1510,6 +1510,7 @@ IonBuilder::inlineBailout(CallInfo &callInfo)
|
||||
current->add(MBail::New());
|
||||
|
||||
MConstant *undefined = MConstant::New(UndefinedValue());
|
||||
current->add(undefined);
|
||||
current->push(undefined);
|
||||
return InliningStatus_Inlined;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user