mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix typo
PiperOrigin-RevId: 379337677
This commit is contained in:
committed by
gVisor bot
parent
9c7ff24fe6
commit
b9db1c0313
@@ -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]" {
|
||||
|
||||
Reference in New Issue
Block a user