diff options
Diffstat (limited to 'src/core/gdbstub/gdbstub.cpp')
| -rw-r--r-- | src/core/gdbstub/gdbstub.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/gdbstub/gdbstub.cpp b/src/core/gdbstub/gdbstub.cpp index 820b19e1a..28d403158 100644 --- a/src/core/gdbstub/gdbstub.cpp +++ b/src/core/gdbstub/gdbstub.cpp | |||
| @@ -646,7 +646,7 @@ static void ReadMemory() { | |||
| 646 | 646 | ||
| 647 | u8* data = Memory::GetPointer(addr); | 647 | u8* data = Memory::GetPointer(addr); |
| 648 | if (!data) { | 648 | if (!data) { |
| 649 | return SendReply("E0"); | 649 | return SendReply("E00"); |
| 650 | } | 650 | } |
| 651 | 651 | ||
| 652 | MemToGdbHex(reply, data, len); | 652 | MemToGdbHex(reply, data, len); |