debug regressions: some whitespace and null ptr cleanup
This commit is contained in:
parent
96dd5d8c38
commit
b643f3dca6
@ -220,6 +220,9 @@ done_processing:
|
||||
jtag = new remote_bitbang_t(0);
|
||||
dtm = new dtm_t(htif_argc, htif_argv);
|
||||
|
||||
jtag = new remote_bitbang_t(0);
|
||||
dtm = new dtm_t(to_dtm);
|
||||
|
||||
signal(SIGTERM, handle_sigterm);
|
||||
|
||||
bool dump;
|
||||
|
Loading…
Reference in New Issue
Block a user