mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Land bug 951573. r=jandem
This commit is contained in:
parent
cd27a920f4
commit
262cb49c39
@ -6077,6 +6077,7 @@ CodeGenerator::link(JSContext *cx, types::CompilerConstraintList *constraints)
|
||||
|
||||
#ifdef DEBUG
|
||||
for (size_t i = 0; i < ionScriptLabels_.length(); i++) {
|
||||
ionScriptLabels_[i].fixup(&masm);
|
||||
Assembler::patchDataWithValueCheck(CodeLocationLabel(code, ionScriptLabels_[i]),
|
||||
ImmPtr(ionScript),
|
||||
ImmPtr((void*)-1));
|
||||
|
Loading…
Reference in New Issue
Block a user