зеркало из https://github.com/mozilla/pjs.git
Fix bogus assertion.
This commit is contained in:
Родитель
8a1f51f5be
Коммит
5cc516ae65
|
@ -2130,7 +2130,7 @@ interrupt:
|
|||
/* Resume execution in the calling frame. */
|
||||
inlineCallCount--;
|
||||
if (JS_LIKELY(ok)) {
|
||||
JS_ASSERT((JSOp)*pc == JSOP_CALL);
|
||||
JS_ASSERT(js_CodeSpec[*pc].length == JSOP_CALL_LENGTH);
|
||||
len = JSOP_CALL_LENGTH;
|
||||
DO_NEXT_OP(len);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче