[Bug 17256] Two mshmtl regressions in Vdownloader

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Mar 1 12:25:35 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=17256





--- Comment #14 from Eugene Savelov <savelov at gmail.com>  2009-03-01 12:25:35 ---
place in jsemit.cpp which triggers floating point exception

    /* XXX just do numbers for now */
    if (pn->pn_type == TOK_NUMBER) {
        dval = pn->pn_dval;
 >>       if (JSDOUBLE_IS_INT(dval, ival) && INT_FITS_IN_JSVAL(ival)) {
            v = INT_TO_JSVAL(ival);
        } else {



-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list