[syscalls] Change references to ZX_VM_FLAG_* to ZX_VM_*

Test: Existing
Change-Id: I36fde186de372d2b86807f4da4e6e589a1b19706
Reviewed-on: https://chromium-review.googlesource.com/c/1395479
Reviewed-by: Scott Graham <scottmg@chromium.org>
Commit-Queue: Scott Graham <scottmg@chromium.org>
This commit is contained in:
Dave Moore 2019-01-03 16:26:45 -08:00 committed by Commit Bot
parent b3eeffaa18
commit 670dec4b61

View File

@ -56,7 +56,7 @@ void GetStackRegions(
LOG(ERROR) << "stack range has unexpected type, continuing anyway";
}
if (range_with_sp.u.mapping.mmu_flags & ZX_VM_FLAG_PERM_EXECUTE) {
if (range_with_sp.u.mapping.mmu_flags & ZX_VM_PERM_EXECUTE) {
LOG(ERROR)
<< "stack range is unexpectedly marked executable, continuing anyway";
}