Changeset 76917 in vbox for trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp
- Timestamp:
- Jan 21, 2019 12:50:59 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp
r76916 r76917 2137 2137 enmState == kMMap_ReadOnly ? PAGE_READONLY 2138 2138 : enmState == kMMap_WriteCopy ? PAGE_WRITECOPY : PAGE_READWRITE, 2139 (uint32_t)( cbMapping >> 32), (uint32_t)cbMapping, NULL);2139 (uint32_t)((uint64_t)cbMapping >> 32), (uint32_t)cbMapping, NULL); 2140 2140 DWORD dwErr1 = GetLastError(); 2141 2141 DWORD dwErr2 = 0;
Note:
See TracChangeset
for help on using the changeset viewer.