1 Mar
2009
1 Mar
'09
6:25 p.m.
http://bugs.winehq.org/show_bug.cgi?id=17256 --- Comment #14 from Eugene Savelov <savelov(a)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.