You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (counters.count(link.id) && //only check after the counters map has been initialized
408
-
counters[link.id] != emptyCounter) {
409
-
log((format("Empty counter of Superpage FIFO of link %1% increased") % link.id).str(), LogWarningDevel_(4257));
406
+
if (mEmptySPFifoCounters.count(link.id) && //only check after the counters map has been initialized
407
+
mEmptySPFifoCounters[link.id] != emptyCounter) {
408
+
log((format("Empty counter of Superpage FIFO of link %d increased from %x to %x") % link.id % mEmptySPFifoCounters[link.id] % emptyCounter).str(), LogWarningDevel_(4257));
0 commit comments