We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b222a commit 440a2bfCopy full SHA for 440a2bf
src/CommandLineUtilities/ProgramDmaBench.cxx
@@ -569,8 +569,8 @@ class ProgramDmaBench: public Program
569
}
570
571
if (hasError && !mOptions.noResyncCounter) {
572
- // Resync the counter
573
- mLinkCounters[linkId] = getDataGeneratorCounterFromPage(pageAddress);
+ // There was an error, so we resync the counter on the next page
+ mLinkCounters[linkId] = LINK_COUNTER_INITIAL_VALUE;
574
575
576
0 commit comments