Skip to content

Commit

Permalink
Fixed nextstep issue in HTML file
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert van Renesse committed Nov 3, 2024
1 parent 30b29fd commit 4502962
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions harmony_model_checker/harmony/charm.js
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,9 @@ function run_microsteps() {
threadtable.rows[tid].cells[3].innerHTML = threads[tid].stack;
}

for (var i = 0; i < nmegasteps; i++) {
megasteps[i].nextstep.innerHTML = "";
}
for (var t = 0; t < currentTime; t++) {
run_microstep(t);
}
Expand Down

0 comments on commit 4502962

Please sign in to comment.