run_bic: always only log disassembly to file

This commit is contained in:
folkert van heusden 2023-03-26 11:23:39 +02:00
parent 2a0a34a85d
commit 093cfdeb0c
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -511,7 +511,7 @@ void run_bic(console *const cnsl, bus *const b, std::atomic_uint32_t *const stop
c->step_a();
if (tracing)
disassemble(c, cnsl, c->getPC(), false);
disassemble(c, nullptr, c->getPC(), false);
c->step_b();
}