This commit is contained in:
Nav
2024-11-29 01:50:15 +00:00
parent 0bf470328b
commit 966244a01a
4 changed files with 2 additions and 10 deletions

View File

@@ -64,10 +64,6 @@ namespace Targets::RiscV
this->riscVDebugInterface->deactivate();
}
void RiscV::postActivate() {
// Nothing to do here, for now.
}
void RiscV::run(std::optional<TargetMemoryAddress> toAddress) {
this->riscVDebugInterface->run();
}