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

bug fix

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