mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1269729 - Handle another OOM case on ARM. (r=jolesen) a=ritu
This commit is contained in:
parent
e5aba481d4
commit
0f17dd7674
@ -1123,7 +1123,7 @@ CodeGeneratorARM::emitTableSwitchDispatch(MTableSwitch* mir, Register index, Reg
|
||||
for (int32_t i = 0; i < cases; i++) {
|
||||
CodeLabel cl;
|
||||
masm.writeCodePointer(cl.patchAt());
|
||||
ool->addCodeLabel(cl);
|
||||
masm.propagateOOM(ool->addCodeLabel(cl));
|
||||
}
|
||||
addOutOfLineCode(ool, mir);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user