Skip to content
Snippets Groups Projects
Commit ba4fb410 authored by Tony Wasserka's avatar Tony Wasserka
Browse files

Merge pull request #1891 from shinyquagsire23/gdb-E0-fix

gdbstub: E0 should be E00
parents 98b1436b c6f87f7e
No related branches found
No related tags found
No related merge requests found
......@@ -646,7 +646,7 @@ static void ReadMemory() {
u8* data = Memory::GetPointer(addr);
if (!data) {
return SendReply("E0");
return SendReply("E00");
}
MemToGdbHex(reply, data, len);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment