Fix for branch_delays_irq, previous commit was incorrect

This commit is contained in:
Souryo 2016-01-02 14:09:12 -05:00
parent 8d020a2e72
commit 2b87db00ed

View file

@ -501,8 +501,7 @@ private:
//Fixes "branch_delays_irq" test
bool skipIrq = false;
if(_runIrq && !_prevRunIrq) {
_runIrq = true;
_runIrq = false;
}
DummyRead();