Skip to content
Snippets Groups Projects
Commit 28171cb0 authored by Zhenyu Bai's avatar Zhenyu Bai
Browse files

bug fix

parent 06cac798
No related branches found
No related tags found
No related merge requests found
......@@ -570,13 +570,16 @@ void StandardILPGenerator::process(Edge *e) {
}
// roll-back events of the faulty instruction
if(faulty != nullptr)
if(faulty != nullptr){
while(events[ei].inst() == faulty) {
if(events[ei].isDynamic())
dyn_cnt++;
ei--;
split_events.removeLast();
}
ei++;
}
// compute the time
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment