Fix for branch_delays_irq, previous commit was incorrect
This commit is contained in:
parent
8d020a2e72
commit
2b87db00ed
1 changed files with 1 additions and 2 deletions
|
@ -501,8 +501,7 @@ private:
|
|||
//Fixes "branch_delays_irq" test
|
||||
bool skipIrq = false;
|
||||
if(_runIrq && !_prevRunIrq) {
|
||||
|
||||
_runIrq = true;
|
||||
_runIrq = false;
|
||||
}
|
||||
DummyRead();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue