Heuristic fix for a new problem introduced by commit 058f18d

This commit is contained in:
Thomas Schmitt 2021-02-03 13:31:25 +01:00
parent 058f18d37a
commit 98aea0c18a
1 changed files with 3 additions and 0 deletions

View File

@ -1357,6 +1357,9 @@ int susp_calc_nm_sl_al(Ecma119Image *t, Ecma119Node *n, size_t space,
if (*ce > 0 && !(flag & 1)) if (*ce > 0 && !(flag & 1))
goto unannounced_ca; goto unannounced_ca;
*ce += ce_prepad;
ce_prepad = 0;
/* obtain num_aapt from node */ /* obtain num_aapt from node */
xipt = NULL; xipt = NULL;
num_aapt = 0; num_aapt = 0;