bug 315797: The label goes after the variables that were never set. r=brendan

This commit is contained in:
mrbkap%gmail.com 2005-11-10 07:09:22 +00:00
Родитель 03d3a95d73
Коммит ee19e5b458
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -5414,7 +5414,6 @@ no_catch:;
goto inline_return;
}
out2:
/*
* Reset sp before freeing stack slots, because our caller may GC soon.
* Clear spbase to indicate that we've popped the 2 * depth operand slots.
@ -5427,6 +5426,8 @@ out2:
} else {
SAVE_SP(fp);
}
out2:
if (cx->version == currentVersion && currentVersion != originalVersion)
js_SetVersion(cx, originalVersion);
cx->interpLevel--;