ams: basic support for compiling with gcc 16

This commit is contained in:
hexkyz
2026-06-16 21:10:23 +01:00
committed by naga
parent a5f6e5e660
commit 3423a8291f
7 changed files with 39 additions and 13 deletions

View File

@@ -729,6 +729,9 @@ namespace ams::kern::arch::arm64 {
}
}
MESOSPHERE_ASSERT(mapped_pages == num_pages);
/* TODO: Unused variable. */
AMS_UNUSED(mapped_pages);
/* Perform what coalescing we can. */
this->MergePages(orig_virt_addr, num_pages, page_list);