first ready version of musrt0

This commit is contained in:
nemu
2009-03-31 11:22:20 +00:00
parent 41264e9eee
commit 4b561aa598
5 changed files with 14 additions and 12 deletions

View File

@ -286,6 +286,9 @@ int main(int argc, char *argv[])
}
cout << endl;
// write msr-file
msrHandler->WriteMsrLogFile("msr");
// clean up
musrt0_cleanup(saxParser, startupHandler, msrHandler, dataHandler);