Extend address space by 1 bit

This commit is contained in:
LotP1 2024-11-27 01:27:49 +01:00
parent 8e55e6d6d7
commit abccddf3b3

View File

@ -39,7 +39,7 @@ namespace ARMeilleure.Common
private static readonly AddressTableLevel[] _levels64BitSparseGiant =
new AddressTableLevel[]
{
new( 38, 1),
new( 38, 2),
new( 2, 36),
};