diff options
-rw-r--r-- | emulator.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulator.cpp b/emulator.cpp index 9d09626..6557120 100644 --- a/emulator.cpp +++ b/emulator.cpp @@ -401,6 +401,7 @@ int emulator(M68KDebuggingControl& m68k_debug) clock_nanosleep(CLOCK_MONOTONIC, 0, &kOneMillisecond, nullptr); } close(conn_fd); + g_no_ack_mode = false; } close(socket_fd); return 0; |