88a89
> bool errorFound = false;
106a108
> errorFound = true;
113a116
> errorFound = true;
121a125
> errorFound = true;
124a129,139
> if (errorFound) {
> StaticInstPtr inst = record->getStaticInst();
> assert(inst);
> bool ran = true;
> if (inst->isMicroop()) {
> ran = false;
> inst = record->getMacroStaticInst();
> }
> assert(inst);
> record->traceInst(inst, ran);
> }