run_bic: always only log disassembly to file
This commit is contained in:
parent
2a0a34a85d
commit
093cfdeb0c
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,7 @@ void run_bic(console *const cnsl, bus *const b, std::atomic_uint32_t *const stop
|
||||||
c->step_a();
|
c->step_a();
|
||||||
|
|
||||||
if (tracing)
|
if (tracing)
|
||||||
disassemble(c, cnsl, c->getPC(), false);
|
disassemble(c, nullptr, c->getPC(), false);
|
||||||
|
|
||||||
c->step_b();
|
c->step_b();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue