Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp	(revision 60684)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp	(revision 60685)
@@ -218,5 +218,5 @@
     {
         BOOL supported;
-        CHECK_ERROR(Host, COMGETTER(ProcessorFeature)(features[i].feature, &supported));
+        CHECK_ERROR(Host, GetProcessorFeature(features[i].feature, &supported));
         RTPrintf("Processor supports %s: %s\n", features[i].pszName, supported ? "yes" : "no");
     }
