This commit is contained in:
folkert van heusden 2024-04-20 09:47:08 +02:00
parent 729013bfd8
commit 6a74b1b3d1
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -357,6 +357,8 @@ bool cpu::execute_any_pending_interrupt()
if (trap_delay.has_value()) {
trap_delay.value()--;
DOLOG(debug, false, "Delayed trap: %d instructions left", trap_delay.value());
if (trap_delay.value() > 0)
return false;