tapes not neccessarily run in debug by default
This commit is contained in:
parent
4be9b235e7
commit
657ac27612
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -487,7 +487,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
if (is_bic)
|
||||
run_bic(cnsl, b, &event, tracing, bic_start.value());
|
||||
else if (run_debugger || (bootloader == BL_NONE && test.empty()))
|
||||
else if (run_debugger || (bootloader == BL_NONE && test.empty() && tape.empty()))
|
||||
debugger(cnsl, b, &event, tracing);
|
||||
else {
|
||||
c->emulation_start(); // for statistics
|
||||
|
|
Loading…
Add table
Reference in a new issue