Skip to content

Commit

Permalink
Reset DAG after scheduler being reset
Browse files Browse the repository at this point in the history
  • Loading branch information
furuame committed Oct 25, 2024
1 parent 01d3697 commit db18e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparta/src/Scheduler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ void Scheduler::reset()
enterTeardown(); // On RootTreeNode
clearEvents();

dag_.reset(new DAG(this, false));
dag_finalized_ = false;
dag_.reset(new DAG(this, false));

tick_quantum_allocator_.clear();
}
Expand Down

0 comments on commit db18e18

Please sign in to comment.