Fix a few compiler regressions

This commit is contained in:
2025-11-03 23:22:29 -07:00
parent 67c62cf196
commit a59e002ed0
4 changed files with 7 additions and 5 deletions

View File

@@ -435,7 +435,7 @@ void initializeImpl() {
// Map and register guest arena (below 2GB, exclusive)
ArenaRange guest;
if (mapArena(kGuestArenaSize, kLowMemoryStart, kTopDownStart, false, "wibo guest arena", guest)) {
if (mapArena(kGuestArenaSize, kLowMemoryStart, kTopDownStart, true, "wibo guest arena", guest)) {
bool ok = mi_manage_os_memory_ex(guest.start, guest.size,
/*is_committed*/ false,
/*is_pinned*/ false,