fire-interrupt fix: no more dbgEnableInstrPtrOutput()
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@2031 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -38,10 +38,7 @@ bool FireInterruptExperiment::run()
|
|||||||
}
|
}
|
||||||
simulator.fireInterrupt(1);
|
simulator.fireInterrupt(1);
|
||||||
}
|
}
|
||||||
#elif 1
|
|
||||||
simulator.dbgEnableInstrPtrOutput(500);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
simulator.clearListeners(this);
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user