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 8a76610 commit 21c9581Copy full SHA for 21c9581
src/Cru/CruBar.cxx
@@ -168,7 +168,7 @@ uint32_t CruBar::getSuperpageSize(uint32_t link)
168
superpageSizeIndex = Utilities::getBits(superpageSizeFifo, 24, 31);
169
}
170
171
- mSuperpageSizeIndexCounter[link] = (superpageSizeIndex + 1) % 246;
+ mSuperpageSizeIndexCounter[link] = (superpageSizeIndex + 1) % 256;
172
173
return superpageSize;
174
0 commit comments