early-access version 1324

This commit is contained in:
pineappleEA
2021-01-15 21:03:50 +01:00
parent d0abd4ba50
commit 6b11334f8f
28 changed files with 504 additions and 287 deletions

View File

@@ -112,7 +112,7 @@ private:
if (commit->Contains(*candidate, size)) {
candidate = std::nullopt;
}
iterator = Common::AlignBits(commit->end, alignment_log2);
iterator = Common::AlignUpLog2(commit->end, alignment_log2);
++commit;
}
return candidate;