logging
This commit is contained in:
parent
729013bfd8
commit
6a74b1b3d1
1 changed files with 2 additions and 0 deletions
2
cpu.cpp
2
cpu.cpp
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue