[JAEGER] Added JSOP_DUP.

This commit is contained in:
David Anderson
2010-06-05 14:32:53 -07:00
parent 8c551a5eec
commit 47f5e03ae8
4 changed files with 44 additions and 18 deletions

View File

@@ -352,6 +352,10 @@ mjit::Compiler::generateMethod()
}
END_CASE(JSOP_IFEQ)
BEGIN_CASE(JSOP_DUP)
frame.dup();
END_CASE(JSOP_DUP)
BEGIN_CASE(JSOP_BITAND)
jsop_bitop(op);
END_CASE(JSOP_BITAND)