mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Link the shape guard in bindname to the exit sequence (bug 614907, r=dvander).
This commit is contained in:
parent
473a8118a1
commit
96c95689e6
@ -1551,6 +1551,8 @@ class BindNameCompiler : public PICStubCompiler
|
||||
masm.loadShape(pic.objReg, pic.shapeReg);
|
||||
Jump shapeTest = masm.branch32(Assembler::NotEqual, pic.shapeReg,
|
||||
Imm32(tobj->shape()));
|
||||
if (!fails.append(shapeTest))
|
||||
return error();
|
||||
tobj = tobj->getParent();
|
||||
}
|
||||
if (tobj != obj)
|
||||
|
Loading…
Reference in New Issue
Block a user