Index: /trunk/src/VBox/HostDrivers/Support/testcase/tstInt.cpp
===================================================================
--- /trunk/src/VBox/HostDrivers/Support/testcase/tstInt.cpp	(revision 405)
+++ /trunk/src/VBox/HostDrivers/Support/testcase/tstInt.cpp	(revision 406)
@@ -94,8 +94,11 @@
                 {
                     RTPrintf("tstInt: SUPCallVMMR0 -> rc=%Vrc i=%d Expected VINF_SUCCESS!\n", rc, i);
+                    rcRet++;
                     break;
                 }
             }
             RTPrintf("tstInt: Performed SUPCallVMMR0 %d times (rc=%Vrc)\n", cIterations, rc);
+
+            /** @todo profile it! */
 
             /*
