Revert "Extend address space by 1 bit"

This reverts commit 9bc2cbfcbb2fd514706593487f79b09513179967.
This commit is contained in:
LotP1 2024-11-29 22:30:17 +01:00
parent abccddf3b3
commit 72f227a1f9

View File

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