mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-24 12:30:05 +00:00
Disable decrementer exceptions for MPC601.
This commit is contained in:
parent
c47cbb354d
commit
278799795c
@ -922,6 +922,9 @@ static void update_decrementer(uint32_t val) {
|
||||
|
||||
dec_exception_pending = false;
|
||||
|
||||
if (is_601)
|
||||
return;
|
||||
|
||||
if (decrementer_timer_id) {
|
||||
//LOG_F(WARNING, "decrementer cancel timer");
|
||||
TimerManager::get_instance()->cancel_timer(decrementer_timer_id);
|
||||
|
Loading…
Reference in New Issue
Block a user