Backed out changeset cd3f5acca408 (bug 1198732)

This commit is contained in:
Carsten "Tomcat" Book 2015-08-31 16:18:37 +02:00
parent 42e9d67975
commit 39bdbf254a

View File

@ -314,7 +314,7 @@ JitRuntime::generateEnterJIT(JSContext* cx, EnterJitType type)
// Pop arguments off the stack.
// s0 <- 8*argc (size of all arguments we pushed on the stack)
masm.pop(s0);
masm.rshiftPtr(Imm32(FRAMESIZE_SHIFT), s0);
masm.rshiftPtr(Imm32(4), s0);
masm.addPtr(s0, StackPointer);
// Store the returned value into the slotVp