631c251c08
broke interrupt handling
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
3a5379997e
commit
1b09b335e0
1 changed files with 3 additions and 0 deletions
3
cpu.cpp
3
cpu.cpp
|
@ -2445,6 +2445,9 @@ bool cpu::step()
|
||||||
{
|
{
|
||||||
it_is_a_trap = false;
|
it_is_a_trap = false;
|
||||||
|
|
||||||
|
if (any_queued_interrupts)
|
||||||
|
execute_any_pending_interrupt();
|
||||||
|
|
||||||
instruction_count++;
|
instruction_count++;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Add table
Reference in a new issue