VirtualBox

Changeset 101649 in vbox


Ignore:
Timestamp:
Oct 30, 2023 10:04:14 AM (15 months ago)
Author:
vboxsync
Message:

ValidationKit/utils/FsPerf: Allow building on linux.arm64, bugref:10541 [build fix]

File:
1 edited

Legend:

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

    r101648 r101649  
    55155515            if (enmState == kMMap_ReadWrite)
    55165516            {
    5517                 static size_t const s_acbFlush[] = { g_cbPage, g_cbPage * 2, g_cbPage * 3, g_cbPage * 8, g_cbPage * 16, _2M };
     5517                size_t const s_acbFlush[] = { g_cbPage, g_cbPage * 2, g_cbPage * 3, g_cbPage * 8, g_cbPage * 16, _2M };
    55185518                for (unsigned iFlushSize = 0 ; iFlushSize < RT_ELEMENTS(s_acbFlush); iFlushSize++)
    55195519                {
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