Unhide a crucial pop from the decompiler (379860, r=igor).

This commit is contained in:
brendan%mozilla.org 2007-05-06 09:29:21 +00:00
Родитель 39de43d367
Коммит 787c4a5065
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -5129,10 +5129,8 @@ js_EmitTree(JSContext *cx, JSCodeGenerator *cg, JSParseNode *pn)
GUARDJUMP(*stmt) = guardJump;
/* Pop duplicated exception object as we no longer need it. */
if (js_NewSrcNote(cx, cg, SRC_HIDDEN) < 0 ||
js_Emit1(cx, cg, JSOP_POP) < 0) {
if (js_Emit1(cx, cg, JSOP_POP) < 0)
return JS_FALSE;
}
}
/* Emit the catch body. */