Index: /trunk/src/VBox/Main/testcase/tstVBoxAPIPerf.cpp
===================================================================
--- /trunk/src/VBox/Main/testcase/tstVBoxAPIPerf.cpp	(revision 49942)
+++ /trunk/src/VBox/Main/testcase/tstVBoxAPIPerf.cpp	(revision 49943)
@@ -180,5 +180,5 @@
     {
         BOOL fSupported;
-        HRESULT hrc = pHost->GetProcessorFeature(ProcessorFeature_PAE, &fSupported);
+        hrc = pHost->GetProcessorFeature(ProcessorFeature_PAE, &fSupported);
         if (FAILED(hrc))
         {
