This commit is contained in:
Nav
2025-03-07 19:12:41 +00:00
parent 58dce1bf41
commit 2afca42f1d
2 changed files with 3 additions and 5 deletions

View File

@@ -141,8 +141,7 @@ namespace DebugServer::Gdb::AvrGdb::CommandPackets
Logger::debug(
"Failed to decode AVR8 opcode at byte address 0x" + StringService::toHex(instructionAddress)
+ " - the instruction proceeds a BREAK instruction, so the decode failure was "
"ignored."
+ " - the instruction proceeds a BREAK instruction, so the decode failure was ignored."
);
previousInstruction = nullptr;