allow dump together with option 'chisq only'

This commit is contained in:
nemu 2009-03-05 08:02:57 +00:00
parent 14014c940b
commit 7770263112

View File

@ -654,7 +654,7 @@ int main(int argc, char *argv[])
}
// check if dump is wanted
if (success && !dump.IsNull() && !chisq_only) {
if (success && !dump.IsNull()) {
cout << endl << "will write dump file ..." << endl;
dump.ToLower();
if (dump.Contains("ascii"))