Use PUSH to initialize scanned stack space (352606, r=mrbkap).

This commit is contained in:
brendan%mozilla.org 2006-09-14 06:17:48 +00:00
Родитель c0b5b8a990
Коммит b032f72afa
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -3691,7 +3691,8 @@ interrupt:
* or decrement result, if converted to a jsdouble from
* a non-number value, from GC nesting in the setter.
*/
vp = sp++;
vp = sp;
PUSH(JSVAL_VOID);
SAVE_SP(fp);
--i;
}