VirtualBox

Changeset 94490 in vbox


Ignore:
Timestamp:
Apr 6, 2022 10:55:59 AM (2 years ago)
Author:
vboxsync
Message:

Validation Kit/Testboxscript: Fixed a warning for x86 Darwin builds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testboxscript/TestBoxHelper.cpp

    r93515 r94490  
    608608        int     f64bitCapable = 0;
    609609        size_t  cbParameter   = sizeof(f64bitCapable);
    610         int rc = sysctlbyname("hw.cpu64bit_capable", &f64bitCapable, &cbParameter, NULL, NULL);
     610        int rc = sysctlbyname("hw.cpu64bit_capable", &f64bitCapable, &cbParameter, NULL, 0);
    611611        if (rc != -1)
    612612            fSupported = f64bitCapable != 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