early-access version 2179

This commit is contained in:
pineappleEA
2021-11-03 02:00:07 +01:00
parent 0d005353e8
commit 480ce685ff
21 changed files with 1283 additions and 291 deletions

View File

@@ -335,7 +335,7 @@ public:
CASCADE_CODE(result);
if (ValidateRegionForMap(page_table, addr, size)) {
return MakeResult<VAddr>(addr);
return addr;
}
}
@@ -371,7 +371,7 @@ public:
}
if (ValidateRegionForMap(page_table, addr, size)) {
return MakeResult<VAddr>(addr);
return addr;
}
}