Tidying
This commit is contained in:
@@ -143,7 +143,7 @@ namespace DebugServer::Gdb::CommandPackets
|
|||||||
"0b" + rawBitFieldValue,
|
"0b" + rawBitFieldValue,
|
||||||
StringService::TerminalColor::DARK_YELLOW
|
StringService::TerminalColor::DARK_YELLOW
|
||||||
) + " to \"" + bitFieldDescriptor.name + "\" bit field, to \"" + registerDescriptor.name
|
) + " to \"" + bitFieldDescriptor.name + "\" bit field, to \"" + registerDescriptor.name
|
||||||
+ "\" register, via `" + registerDescriptor.addressSpaceKey + "` address space...\n"
|
+ "\" register...\n"
|
||||||
)});
|
)});
|
||||||
|
|
||||||
const auto initialValueHex = StringService::toHex(
|
const auto initialValueHex = StringService::toHex(
|
||||||
|
|||||||
Reference in New Issue
Block a user