631c251c08 broke interrupt handling
Some checks are pending
CodeQL / Analyze (push) Waiting to run

This commit is contained in:
Folkert van Heusden 2025-04-15 21:42:37 +02:00
parent 3a5379997e
commit 1b09b335e0
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -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 {