VirtualBox

Changeset 49371 in vbox for trunk


Ignore:
Timestamp:
Nov 2, 2013 11:44:54 PM (11 years ago)
Author:
vboxsync
Message:

testing...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/VMMTests.cpp

    r49370 r49371  
    160160//        vmmR3ReportMsrRange(pVM, 0xc0000000, 0x00102000, pReportStrm, &cMsrsFound),
    161161//        vmmR3ReportMsrRange(pVM, 0xc0000000, 0x00010000, pReportStrm, &cMsrsFound),
    162 RTStrmFlush(g_pStdOut); RTThreadSleep(16000);
    163         vmmR3ReportMsrRange(pVM, 0xc0010000, 0x00001000, pReportStrm, &cMsrsFound),
     162        RTStrmFlush(g_pStdOut) ? VINF_SUCCESS : VINF_SUCCESS,
     163        RTThreadSleep(16000),
     164        vmmR3ReportMsrRange(pVM, 0xc0010000, 0x00001000, pReportStrm, &cMsrsFound)
     165    };
    164166RTStrmFlush(g_pStdOut);
    165     };
    166167    int rc = VINF_SUCCESS;
    167168    for (unsigned i = 0; i < RT_ELEMENTS(aRc); i++)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette