mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1226445: SharedStubs - Keep track of the pushed frames correctly in GetPropCallNative, r=jandem
This commit is contained in:
parent
4f60efa53f
commit
a31f2d4b14
@ -3689,8 +3689,8 @@ ICGetPropCallNativeCompiler::generateStubCode(MacroAssembler& masm)
|
||||
masm.extractObject(Address(objReg, ScopeObject::offsetOfEnclosingScope()), objReg);
|
||||
|
||||
// Push args for vm call.
|
||||
masm.push(objReg);
|
||||
masm.push(callee);
|
||||
masm.Push(objReg);
|
||||
masm.Push(callee);
|
||||
|
||||
regs.add(R0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user