Corrected comment.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22500 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -527,7 +527,7 @@ query_tmap(vm_translation_map *map, addr_t va, addr_t *_physical, uint32 *_flags
|
||||
|
||||
*_physical = ADDR_REVERSE_SHIFT(pt[index].addr);
|
||||
|
||||
// read in the page state flags, clearing the modified and accessed flags in the process
|
||||
// read in the page state flags
|
||||
if (pt[index].user)
|
||||
*_flags |= (pt[index].rw ? B_WRITE_AREA : 0) | B_READ_AREA;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user