diff options
Diffstat (limited to 'vm/vm_map.c')
-rw-r--r-- | vm/vm_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_map.c b/vm/vm_map.c index 7a905517..4476812d 100644 --- a/vm/vm_map.c +++ b/vm/vm_map.c @@ -2789,7 +2789,7 @@ kern_return_t vm_map_copyout_page_list( vm_map_lock(dst_map); - last = vm_map_find_entry_anywhere(dst_map, size, 0, FALSE, &start); + last = vm_map_find_entry_anywhere(dst_map, size, 0, TRUE, &start); if (last == NULL) { vm_map_unlock(dst_map); |