- Timestamp:
- Oct 6, 2014 8:11:49 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/memsafer-r3.cpp
r52963 r52964 306 306 SUPR3PageProtect(pvPages, NIL_RTR0PTR, 0, PAGE_SIZE, RTMEM_PROT_READ | RTMEM_PROT_WRITE); 307 307 } 308 else if (rc == VERR_NOT_SUPPORTED || rc == VERR_INVALID_PARAMETER)308 else if (rc == VERR_NOT_SUPPORTED) 309 309 return VINF_SUCCESS; 310 310
Note:
See TracChangeset
for help on using the changeset viewer.