mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
I'm bad.
This commit is contained in:
parent
32e0ef397c
commit
d07e16b056
|
|
@ -567,6 +567,7 @@ uint32_t BaseHeap::GetUnreservedPageCount() {
|
|||
continue;
|
||||
}
|
||||
if (is_empty_span) {
|
||||
is_empty_span = false;
|
||||
count += i - empty_span_start;
|
||||
}
|
||||
i += page.region_page_count - 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue