Bug 1226445: SharedStubs - Keep track of the pushed frames correctly in GetPropCallNative, r=jandem

This commit is contained in:
Hannes Verschore 2015-11-24 08:02:03 +01:00
parent 4f60efa53f
commit a31f2d4b14

View File

@ -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);