VirtualBox

Changeset 72552 in vbox for trunk


Ignore:
Timestamp:
Jun 13, 2018 6:17:05 PM (7 years ago)
Author:
vboxsync
Message:

ValidationKit/rdtsc: Rewrote the rdtsc testcase to (hopefully) work with more than just 32-bit MSC. Need this to test TSC during pausing of NEM/win (bugref:9044). [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/cpu/rdtsc.cpp

    r72550 r72552  
    264264            || uSecNow        == (time_t)-1
    265265            || uSecStart      == (time_t)-1
    266             || uSecNow - uSecStart >= cMinSeconds)
     266            || uSecNow - uSecStart >= (time_t)cMinSeconds)
    267267            break;
    268268    }
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