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