[JAEGER] Added JSOP_VOID.

This commit is contained in:
David Anderson
2010-06-03 15:27:04 -07:00
parent 0ee58534d8
commit 2a210f59d9

View File

@@ -403,6 +403,11 @@ mjit::Compiler::generateMethod()
jsop_bitop(op);
END_CASE(JSOP_BITAND)
BEGIN_CASE(JSOP_VOID)
frame.pop();
frame.push(UndefinedTag());
END_CASE(JSOP_VOID)
BEGIN_CASE(JSOP_CALLNAME)
prepareStubCall();
masm.move(Imm32(fullAtomIndex(PC)), Registers::ArgReg1);