fix gdb stub causing the emulator to hang on undefined instructions (#2054)

* dont hang on undefined instruction

* Add spaces

---------

Co-authored-by: Kemal Afzal <RSDuck@users.noreply.github.com>
This commit is contained in:
Jakly
2024-08-01 16:48:52 -04:00
committed by GitHub
parent 161bd9d3d2
commit 12be06beb6
2 changed files with 3 additions and 2 deletions

View File

@ -152,6 +152,7 @@ public:
int RespFmt(const char* fmt, ...);
int RespStr(const char* str);
inline bool IsConnected() { return ConnFd > 0; }
private:
void Disconnect();