mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-23 03:32:32 +00:00
Standard exceptions don't raise the interrupt level.
This commit is contained in:
parent
2c6b9b4c9d
commit
9709b9b1b1
@ -381,7 +381,6 @@ void Processor<BusHandler, dtack_is_implicit, permit_overrun, signal_will_perfor
|
|||||||
// Switch to supervisor mode, disable interrupts.
|
// Switch to supervisor mode, disable interrupts.
|
||||||
status_.is_supervisor = true;
|
status_.is_supervisor = true;
|
||||||
status_.trace_flag = 0;
|
status_.trace_flag = 0;
|
||||||
status_.interrupt_level = 7;
|
|
||||||
should_trace_ = 0;
|
should_trace_ = 0;
|
||||||
did_update_status();
|
did_update_status();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user