VirtualBox

Ignore:
Timestamp:
Apr 18, 2016 9:12:25 AM (9 years ago)
Author:
vboxsync
Message:

SUPDrvGip.cpp: Disabled another RTTimerRequestSystemGranularity assertion that triggers on windows 10.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrvGip.cpp

    r60452 r60529  
    385385           )
    386386        {
    387 #ifdef VBOX_STRICT
     387#if 0 /* def VBOX_STRICT - this is somehow triggers bogus assertions on windows 10 */
    388388            uint32_t u32After = RTTimerGetSystemGranularity();
    389389            AssertMsg(u32After <= u32SystemResolution, ("u32After=%u u32SystemResolution=%u\n", u32After, u32SystemResolution));
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