run_cpu_validation: disassemble after last instruction to show state afterwards
Some checks are pending
CodeQL / Analyze (push) Waiting to run
Some checks are pending
CodeQL / Analyze (push) Waiting to run
This commit is contained in:
parent
b0c4553a82
commit
9b1e552183
1 changed files with 1 additions and 0 deletions
1
main.cpp
1
main.cpp
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue