1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-27 18:55:48 +00:00

Standard exceptions don't raise the interrupt level.

This commit is contained in:
Thomas Harte 2022-05-25 11:37:39 -04:00
parent 2c6b9b4c9d
commit 9709b9b1b1

View File

@ -381,7 +381,6 @@ void Processor<BusHandler, dtack_is_implicit, permit_overrun, signal_will_perfor
// Switch to supervisor mode, disable interrupts.
status_.is_supervisor = true;
status_.trace_flag = 0;
status_.interrupt_level = 7;
should_trace_ = 0;
did_update_status();