Merge branch 'debug-0.13' into HEAD
[riscv-isa-sim.git] / riscv / remote_bitbang.cc
index 75aa8fe53bcf6e564ecf9e3c816ff3683bff15c4..cff9ed765c385c6f260ed9c6bebbcc3803459bd2 100644 (file)
@@ -157,7 +157,7 @@ void remote_bitbang_t::execute_commands()
 
     if (recv_end == -1) {
       if (errno == EAGAIN) {
-        // We'll try again the next call.
+        break;
       } else {
         fprintf(stderr, "remote_bitbang failed to read on socket: %s (%d)\n",
             strerror(errno), errno);