run_cpu_validation: disassemble after last instruction to show state afterwards
Some checks are pending
CodeQL / Analyze (push) Waiting to run

This commit is contained in:
Folkert van Heusden 2025-04-08 12:44:27 +02:00
parent b0c4553a82
commit 9b1e552183
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -158,6 +158,7 @@ int run_cpu_validation(console *const cnsl, const std::string & filename)
break;
}
}
disassemble(c, nullptr, c->getPC(), false);
// VERIFY
if (cur_n_errors == 0) {