PiperOrigin-RevId: 379337677
This commit is contained in:
Michael Pratt
2021-06-14 13:12:30 -07:00
committed by gVisor bot
parent 9c7ff24fe6
commit b9db1c0313
+1 -1
View File
@@ -469,7 +469,7 @@ func availableRegionsForSetMem() (phyRegions []physicalRegion) {
}
func (m *machine) mapUpperHalf(pageTable *pagetables.PageTables) {
// Map all the executible regions so that all the entry functions
// Map all the executable regions so that all the entry functions
// are mapped in the upper half.
applyVirtualRegions(func(vr virtualRegion) {
if excludeVirtualRegion(vr) || vr.filename == "[vsyscall]" {