Skip to content

Commit faf62a2

Browse files
committed
cpu-o3: fix smt squash missed
Change-Id: I70f3a90f1edd54f22ba1721c8d9aae784e534c42
1 parent 1fe2ec0 commit faf62a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpu/o3/iew.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ IEW::checkSquash()
807807
fetchRedirect[i] = false;
808808
iewStats.stallEvents[ROBWalk]++;
809809
setAllStalls(StallReason::CommitSquash);
810-
return;
810+
any_squash = true;
811811
}
812812

813813
if (fromCommit->commitInfo[i].robSquashing) {

0 commit comments

Comments
 (0)