mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 20:14:57 +00:00
PowerPC: Fix GDBStub build
This commit is contained in:
parent
c68bb0bdec
commit
46cf44bcec
1 changed files with 1 additions and 1 deletions
|
@ -809,7 +809,7 @@ void gdb_init_local(const char *socket)
|
|||
{
|
||||
unlink(socket);
|
||||
|
||||
sockaddr_un addr = {}
|
||||
sockaddr_un addr = {};
|
||||
addr.sun_family = AF_UNIX;
|
||||
strcpy(addr.sun_path, socket);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue