This commit is contained in:
Nav
2024-12-19 23:48:16 +00:00
parent e50bd931bd
commit 37bc1b9ac9

View File

@@ -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(