This commit is contained in:
Nav
2024-11-29 01:13:18 +00:00
parent 265e60c1b7
commit 1d4def228b
2 changed files with 3 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ namespace Targets::RiscV
}
void RiscV::deactivate() {
// TODO: Is this "tidy-up" code better placed in the TC? Review after v1.1.0.
// TODO: Is this "tidy-up" code better placed in the TC? Review after v2.0.0.
if (this->getExecutionState() != TargetExecutionState::STOPPED) {
this->stop();