[JAEGER] Added JSOP_TRY.

This commit is contained in:
David Anderson
2010-06-08 19:03:32 -07:00
parent d99c3f911e
commit 082c1a0c91

View File

@@ -902,6 +902,9 @@ mjit::Compiler::generateMethod()
}
END_CASE(JSOP_LAMBDA)
BEGIN_CASE(JSOP_TRY)
END_CASE(JSOP_TRY)
BEGIN_CASE(JSOP_GETDSLOT)
BEGIN_CASE(JSOP_CALLDSLOT)
{