Skip to content

Commit 21c9581

Browse files
authored
[cru] Restore max superpage size index counter
1 parent 8a76610 commit 21c9581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cru/CruBar.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ uint32_t CruBar::getSuperpageSize(uint32_t link)
168168
superpageSizeIndex = Utilities::getBits(superpageSizeFifo, 24, 31);
169169
}
170170

171-
mSuperpageSizeIndexCounter[link] = (superpageSizeIndex + 1) % 246;
171+
mSuperpageSizeIndexCounter[link] = (superpageSizeIndex + 1) % 256;
172172

173173
return superpageSize;
174174
}

0 commit comments

Comments
 (0)