some minor changes needed for proper msr-file handling with musrt0 (see MUSR-45)

This commit is contained in:
nemu
2009-05-01 06:51:46 +00:00
parent bbf48eac60
commit e44bc91a03
3 changed files with 36 additions and 30 deletions

View File

@ -206,6 +206,7 @@ int main(int argc, char *argv[])
}
return status;
}
msrHandler->CopyMsrStatisticBlock(); // just copy the statistics block since no fit is preformed
// check if the fittype is not NonMusr
PMsrRunList *runList = msrHandler->GetMsrRunList();
@ -284,7 +285,6 @@ int main(int argc, char *argv[])
}
}
}
cout << endl;
// write msr-file
msrHandler->WriteMsrLogFile("msr");