Changeset 94490 in vbox
- Timestamp:
- Apr 6, 2022 10:55:59 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testboxscript/TestBoxHelper.cpp
r93515 r94490 608 608 int f64bitCapable = 0; 609 609 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); 611 611 if (rc != -1) 612 612 fSupported = f64bitCapable != 0;
Note:
See TracChangeset
for help on using the changeset viewer.

