Heuristic fix for a new problem introduced by commit 058f18d
This commit is contained in:
parent
058f18d37a
commit
98aea0c18a
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user