mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-31 00:32:53 +00:00
PowerPC: Fix GDBStub build
This commit is contained in:
parent
6ddf69d094
commit
ae187818f5
@ -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…
x
Reference in New Issue
Block a user