mirror of
https://github.com/momo5502/emulator.git
synced 2026-02-01 00:41:02 +00:00
Support dump generation for GDB mode
This commit is contained in:
@@ -18,9 +18,9 @@ namespace network
|
||||
|
||||
tcp_client_socket accept();
|
||||
|
||||
void listen();
|
||||
|
||||
private:
|
||||
bool listening_{false};
|
||||
|
||||
void listen();
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user