mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-25 03:32:01 +00:00
Bus and address error don't affect interrupt level.
This commit is contained in:
parent
0a6b2b7d32
commit
2a9a05785c
@ -475,7 +475,7 @@ void Processor<BusHandler, dtack_is_implicit, permit_overrun, signal_will_perfor
|
||||
IdleBus(2);
|
||||
|
||||
// Switch to supervisor mode, disable interrupts.
|
||||
captured_status_.w = status_.begin_exception(7);
|
||||
captured_status_.w = status_.begin_exception();
|
||||
should_trace_ = 0;
|
||||
did_update_status();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user