fixed the doppelt-gemoppelt STATISTIC block writing

This commit is contained in:
nemu
2009-06-25 07:49:11 +00:00
parent 8ec9c10a24
commit e60a6fc1bd

View File

@ -889,6 +889,7 @@ int PMsrHandler::WriteMsrLogFile(const bool messages)
// there was no statistic block present in the msr-input-file
if (!statisticBlockFound) {
partialStatisticBlockFound = false;
cout << endl << "PMsrHandler::WriteMsrLogFile: **WARNING** no STATISTIC block present, will write a default one" << endl;
fout << "###############################################################" << endl;
TDatime dt;