gdbstub: E0 should be E00

pull/8/head
shinyquagsire23 9 years ago
parent 98b1436b8b
commit c6f87f7e2c

@ -646,7 +646,7 @@ static void ReadMemory() {
u8* data = Memory::GetPointer(addr);
if (!data) {
return SendReply("E0");
return SendReply("E00");
}
MemToGdbHex(reply, data, len);

Loading…
Cancel
Save