Skip to content

Commit

Permalink
fix for internal shared variables and multiple stalled threads
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanohar committed Feb 4, 2023
1 parent 88e2765 commit 09e6802
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions chpsim.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1565,11 +1565,8 @@ int ChpSim::Step (Event *ev)
printf (" [stall-sh]");
#endif
sStall ();
list_iappend (_stalled_pc, pc);
}
else {
forceret = 0;
}
list_iappend (_stalled_pc, pc);
}
else {
if (!_probe) {
Expand Down

0 comments on commit 09e6802

Please sign in to comment.