[JAEGER] Fixed bug in SetName handling.

This commit is contained in:
David Anderson
2010-06-05 18:24:03 -07:00
parent b1aaa8c744
commit 16bea9f57c
3 changed files with 2 additions and 35 deletions

View File

@@ -723,7 +723,8 @@ mjit::Compiler::generateMethod()
PC += JSOP_SETNAME_LENGTH + JSOP_POP_LENGTH;
break;
}
frame.popAfterSet();
frame.popn(2);
frame.pushSynced();
END_CASE(JSOP_SETNAME)
BEGIN_CASE(JSOP_DEFFUN)