VirtualBox

Changeset 101648 in vbox for trunk/src


Ignore:
Timestamp:
Oct 30, 2023 9:57:41 AM (16 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159737
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

    r101645 r101648  
    481481static RTTEST       g_hTest;
    482482/** The page size of the system. */
    483 static uint32_t     g_cbPage;
     483static uint32_t     g_cbPage = 0;
    484484/** Page offset mask. */
    485 static uintptr_t    g_fPageOffset;
     485static uintptr_t    g_fPageOffset = 0;
    486486/** Page shift in bits. */
    487 static uint32_t     g_cPageShift;
     487static uint32_t     g_cPageShift = 0;
    488488/** The number of nanoseconds a RTTimeNanoTS call takes.
    489489 * This is used for adjusting loop count estimates.  */
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