[JAEGER] Bug 584928: fix wrong END_CASE argument in the compiler

This commit is contained in:
David Mandelin 2010-08-06 14:38:10 -07:00
parent 8082b01358
commit d17042d2e4

View File

@ -1176,7 +1176,7 @@ mjit::Compiler::generateMethod()
frame.storeLocal(slot, true);
frame.pop();
}
END_CASE(JSOP_DEFFUN)
END_CASE(JSOP_DEFLOCALFUN_FC)
BEGIN_CASE(JSOP_LAMBDA)
{