mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-20 11:03:56 +00:00
gdbstub: E0 should be E00
This commit is contained in:
@@ -646,7 +646,7 @@ static void ReadMemory() {
|
||||
|
||||
u8* data = Memory::GetPointer(addr);
|
||||
if (!data) {
|
||||
return SendReply("E0");
|
||||
return SendReply("E00");
|
||||
}
|
||||
|
||||
MemToGdbHex(reply, data, len);
|
||||
|
||||
Reference in New Issue
Block a user