mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 10:19:01 +00:00
Merge pull request #9359 from leoetlino/gdbstub-on
Fix GDBStub build and build it by default
This commit is contained in:
commit
ce599f9f46
2 changed files with 2 additions and 2 deletions
|
@ -240,7 +240,7 @@ static void gdb_read_command()
|
|||
cmd_len = 0;
|
||||
memset(cmd_bfr, 0, sizeof cmd_bfr);
|
||||
|
||||
const u8 c = gdb_read_byte();
|
||||
u8 c = gdb_read_byte();
|
||||
if (c == '+')
|
||||
{
|
||||
// ignore ack
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue