Tidying
This commit is contained in:
@@ -146,7 +146,7 @@ namespace Bloom::Services
|
||||
);
|
||||
}
|
||||
|
||||
void TargetControllerService::stepTargetExecution(std::optional<TargetProgramCounter> fromAddress) const {
|
||||
void TargetControllerService::stepTargetExecution(std::optional<TargetMemoryAddress> fromAddress) const {
|
||||
auto stepExecutionCommand = std::make_unique<StepTargetExecution>();
|
||||
|
||||
if (fromAddress.has_value()) {
|
||||
|
||||
@@ -93,7 +93,7 @@ namespace Bloom::Services
|
||||
*
|
||||
* @param fromAddress
|
||||
*/
|
||||
void stepTargetExecution(std::optional<Targets::TargetProgramCounter> fromAddress) const;
|
||||
void stepTargetExecution(std::optional<Targets::TargetMemoryAddress> fromAddress) const;
|
||||
|
||||
/**
|
||||
* Requests the TargetController to read register values from the target.
|
||||
|
||||
Reference in New Issue
Block a user