VirtualBox

Ignore:
Timestamp:
Jan 21, 2019 12:50:59 PM (6 years ago)
Author:
vboxsync
Message:

FsPerf: Updates. bugref:9172

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp

    r76916 r76917  
    21372137                                         enmState == kMMap_ReadOnly    ? PAGE_READONLY
    21382138                                         : 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);
    21402140            DWORD dwErr1 = GetLastError();
    21412141            DWORD dwErr2 = 0;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette