[JAEGER] Fixed bug in JSOP_UNBRANDTHIS.

This commit is contained in:
David Anderson
2010-06-17 20:30:19 -07:00
parent 1adf99d5c1
commit 14c8f10826
2 changed files with 2 additions and 1 deletions

View File

@@ -1272,6 +1272,7 @@ mjit::Compiler::generateMethod()
BEGIN_CASE(JSOP_UNBRANDTHIS)
jsop_this();
jsop_unbrand();
frame.pop();
END_CASE(JSOP_UNBRANDTHIS)
BEGIN_CASE(JSOP_OBJTOSTR)