mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 06:51:17 +01:00
Merge pull request #2818 from endrift/fix-gdbstub-build-stable
PowerPC: Fix GDBStub build (stable)
This commit is contained in:
commit
d431525292
@ -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…
x
Reference in New Issue
Block a user