Bug 533397 - "Debug builds exit when converting "1e-400" to a Number" [r=gal r=wtc]

This commit is contained in:
Reed Loden 2010-01-05 01:13:57 -06:00
parent f5e5270d72
commit 295cc3e168

View File

@ -1266,10 +1266,6 @@ d2b
b->wds = (x[1] = z) ? 2 : 1;
}
else {
#ifdef DEBUG
if (!z)
Bug("Zero passed to d2b");
#endif
k = lo0bits(&z);
x[0] = z;
#ifndef Sudden_Underflow