Changeset 60685 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Apr 25, 2016 12:09:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp
r60684 r60685 218 218 { 219 219 BOOL supported; 220 CHECK_ERROR(Host, COMGETTER(ProcessorFeature)(features[i].feature, &supported));220 CHECK_ERROR(Host, GetProcessorFeature(features[i].feature, &supported)); 221 221 RTPrintf("Processor supports %s: %s\n", features[i].pszName, supported ? "yes" : "no"); 222 222 }
Note:
See TracChangeset
for help on using the changeset viewer.