Follow up fix for bug 626361.

This commit is contained in:
Chris Leary 2011-02-08 16:20:45 -08:00
parent 912f8a1b36
commit 30ffb7b2e0

View File

@ -2711,8 +2711,6 @@ mjit::Compiler::inlineCallHelper(uint32 callImmArgc, bool callingNew)
rejoin2 = stubcc.masm.jump();
}
RESERVE_IC_SPACE(masm);
/*
* If the call site goes to a closure over the same function, it will
* generate an out-of-line stub that joins back here.