This commit is contained in:
Nav
2024-12-05 23:11:31 +00:00
parent 9f945a8d79
commit 289919f330
4 changed files with 5 additions and 123 deletions

View File

@@ -57,7 +57,7 @@ namespace DebugServer::Gdb::RiscVGdb::CommandPackets
throw Exception{
memorySegmentDescriptors.empty()
? "Invalid command - no containing memory segments found for the given address range"
: "Invalid command - address range intersects with multiple memory segments"
: "Invalid command - address range intersects multiple memory segments"
};
}