mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-26 23:34:54 +00:00
Merge pull request #2818 from endrift/fix-gdbstub-build-stable
PowerPC: Fix GDBStub build (stable)
This commit is contained in:
commit
d431525292
1 changed files with 1 additions and 1 deletions
|
@ -809,7 +809,7 @@ void gdb_init_local(const char *socket)
|
||||||
{
|
{
|
||||||
unlink(socket);
|
unlink(socket);
|
||||||
|
|
||||||
sockaddr_un addr = {}
|
sockaddr_un addr = {};
|
||||||
addr.sun_family = AF_UNIX;
|
addr.sun_family = AF_UNIX;
|
||||||
strcpy(addr.sun_path, socket);
|
strcpy(addr.sun_path, socket);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue