1
0

Debug regressions: use a plusarg to enable remote bitbang.

This commit is contained in:
Megan Wachs
2017-12-19 17:13:08 -08:00
parent b643f3dca6
commit e6661a6982
4 changed files with 8 additions and 8 deletions

View File

@ -69,6 +69,7 @@ remote_bitbang_t::remote_bitbang_t(uint16_t port) :
trstn = 1;
quit = 0;
printf ("This emulator compiled with JTAG Remote Bitbang client. To enable, use +jtag_rbb_enable=1.\n");
printf("Listening on port %d\n",
ntohs(addr.sin_port));
fflush(stdout);