cpu::schedule_trap logs a message
This commit is contained in:
parent
0336c0c66c
commit
389bc57405
1 changed files with 2 additions and 0 deletions
2
cpu.cpp
2
cpu.cpp
|
@ -1591,6 +1591,8 @@ bool cpu::misc_operations(const uint16_t instr)
|
|||
|
||||
void cpu::schedule_trap(const uint16_t vector)
|
||||
{
|
||||
DOLOG(debug, false, "schedule_trap @ %06o", pc);
|
||||
|
||||
scheduled_trap = vector;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue