PowerPC: Fix GDBStub build

This commit is contained in:
Léo Lam 2020-12-25 01:15:31 +01:00
parent 6ddf69d094
commit ae187818f5
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741

View File

@ -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