[JAEGER] Fixed thinko.

This commit is contained in:
David Anderson 2010-07-24 20:05:01 -07:00
parent 7754b95ac5
commit ee57811aae

View File

@ -2762,7 +2762,7 @@ mjit::Compiler::jsop_propinc(JSOp op, VoidStubAtom stub, uint32 index)
if (pop)
PC += JSOP_POP_LENGTH;
} else
#else
#endif
{
prepareStubCall(Uses(1));
masm.move(ImmPtr(atom), Registers::ArgReg1);
@ -2770,7 +2770,6 @@ mjit::Compiler::jsop_propinc(JSOp op, VoidStubAtom stub, uint32 index)
frame.pop();
frame.pushSynced();
}
#endif
PC += JSOP_PROPINC_LENGTH;
}