test: avoid underflow in DMA replay test.

This commit is contained in:
whitequark 2017-03-17 12:09:02 +00:00
parent dbea679e96
commit ac9e8b8568
1 changed files with 1 additions and 0 deletions

View File

@ -476,6 +476,7 @@ class _DMA(EnvExperiment):
@kernel
def replay(self):
self.break_realtime()
self.core_dma.replay(self.trace_name)
@kernel