[JAEGER] Added JSOP_NOT.

This commit is contained in:
David Anderson
2010-06-05 21:20:34 -07:00
parent d6f834c681
commit e563fad0d6
8 changed files with 114 additions and 1 deletions

View File

@@ -493,6 +493,10 @@ mjit::Compiler::generateMethod()
jsop_binary(op, stubs::Mod);
END_CASE(JSOP_MOD)
BEGIN_CASE(JSOP_NOT)
jsop_not();
END_CASE(JSOP_NOT)
BEGIN_CASE(JSOP_BITNOT)
{
FrameEntry *top = frame.peek(-1);