VirtualBox

Changeset 66995 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 22, 2017 7:48:13 AM (8 years ago)
Author:
vboxsync
Message:

tstRTR0Timer: reverted an unwanted change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTR0Timer.cpp

    r66988 r66995  
    860860                    {
    861861                        RTR0TESTR0_CHECK_MSG(RTCpuSetIsMemberByIndex(&OnlineSet, iCpu), ("%d\n", iCpu));
    862                         RTR0TESTR0_CHECK_MSG(0 && (paStates[iCpu].cTicks <= cMaxTicks && paStates[iCpu].cTicks >= cMinTicks),
     862                        RTR0TESTR0_CHECK_MSG(paStates[iCpu].cTicks <= cMaxTicks && paStates[iCpu].cTicks >= cMinTicks,
    863863                                             ("min=%u, ticks=%u, avg=%u max=%u, iCpu=%u, iCpuCurr=%u, interval=%'u, elapsed=%'llu/%'llu\n",
    864864                                              cMinTicks, paStates[iCpu].cTicks, cAvgTicks, cMaxTicks, iCpu,
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