GDB Stub: Make s_socket_context static

This commit is contained in:
Pokechu22 2022-01-17 00:40:46 -08:00
parent 50d9349926
commit d2ebbfb91a
1 changed files with 1 additions and 1 deletions

View File

@ -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