Skip to content
Snippets Groups Projects
Commit 7b2a3166 authored by an7s's avatar an7s
Browse files

...

Former-commit-id: f98f6210f4123c87e8668cffb18bf97709e9d776
parent c781fa3c
No related branches found
No related tags found
Loading
......@@ -45,18 +45,18 @@ main(int argc, char **argv)
assert(virp && pidp);
cerr << "Parse annotation file" << endl;
cerr << "Parse annotation file" << endl;
// parse MEDS integer annotations
ifstream annotationFile(annotationFilename, ifstream::in);
MEDS_AnnotationParser annotationParser(annotationFile);
cerr << "Done parsing annotation file" << endl;
cerr << "Done parsing annotation file" << endl;
std::map<VirtualOffset, MEDS_InstructionCheckAnnotation> annotations = annotationParser.getAnnotations();
cerr << "Got all annotations" << endl;
// do the transformation
cerr << "Do the integer transform" << endl;
IntegerTransform integerTransform(pidp, virp, &annotations, &filteredFunctions);
libTransform::IntegerTransform integerTransform(pidp, virp, &annotations, &filteredFunctions);
int exitcode = integerTransform.execute();
if (exitcode == 0)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment