Tidying
This commit is contained in:
@@ -56,7 +56,7 @@ namespace Targets::RiscV
|
||||
const TargetMemorySegmentDescriptor& memorySegmentDescriptor,
|
||||
TargetMemoryAddress startAddress,
|
||||
TargetMemorySize bytes,
|
||||
const std::set<TargetMemoryAddressRange>& excludedAddressRanges = {}
|
||||
const std::set<TargetMemoryAddressRange>& excludedAddressRanges
|
||||
) override;
|
||||
void writeMemory(
|
||||
const TargetAddressSpaceDescriptor& addressSpaceDescriptor,
|
||||
|
||||
@@ -105,7 +105,7 @@ namespace Targets
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
std::set<Targets::TargetMemoryAddress> addresses() const noexcept {
|
||||
[[nodiscard]] std::set<Targets::TargetMemoryAddress> addresses() const noexcept {
|
||||
auto addresses = std::set<Targets::TargetMemoryAddress>{};
|
||||
auto addressesIt = addresses.end();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user