mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
[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:
parent
b3eeffaa18
commit
670dec4b61
@ -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";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user