diff options
| author | Pokechu22 <Pokechu022@gmail.com> | 2022-01-17 00:40:46 -0800 |
|---|---|---|
| committer | Pokechu22 <Pokechu022@gmail.com> | 2022-02-13 14:38:59 -0800 |
| commit | d2ebbfb91a7d50b0db12010392a594c12bbf1c44 (patch) | |
| tree | b0d7fa2c411f1f6abae1843d43d48d181599e4d8 /Source/Core | |
| parent | 50d93499269fb3d8a444cea6ae4da6daad2a2c10 (diff) | |
GDB Stub: Make s_socket_context static
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/PowerPC/GDBStub.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Core/PowerPC/GDBStub.cpp b/Source/Core/Core/PowerPC/GDBStub.cpp index f097135940..2fe39b75fd 100644 --- a/Source/Core/Core/PowerPC/GDBStub.cpp +++ b/Source/Core/Core/PowerPC/GDBStub.cpp @@ -40,7 +40,7 @@ typedef SSIZE_T ssize_t; namespace GDBStub { -std::optional<Common::SocketContext> s_socket_context; +static std::optional<Common::SocketContext> s_socket_context; #define GDB_BFR_MAX 10000 |
