fix corner case in ufuzz

This commit is contained in:
alexlamsl 2019-10-28 15:07:04 +08:00
parent 2f3b460212
commit e414cbc0c8

View File

@ -1060,7 +1060,7 @@ function log(options) {
errorln("//============================================================="); errorln("//=============================================================");
if (!ok) errorln("// !!!!!! Failed... round " + round); if (!ok) errorln("// !!!!!! Failed... round " + round);
errorln("// original code"); errorln("// original code");
try_beautify(orig_code(options.compress.unsafe_math), options.toplevel, original_result, errorln); try_beautify(orig_code(options.compress && options.compress.unsafe_math), options.toplevel, original_result, errorln);
errorln(); errorln();
errorln(); errorln();
errorln("//-------------------------------------------------------------"); errorln("//-------------------------------------------------------------");