Changeset 60529 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Apr 18, 2016 9:12:25 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrvGip.cpp
r60452 r60529 385 385 ) 386 386 { 387 #if def VBOX_STRICT387 #if 0 /* def VBOX_STRICT - this is somehow triggers bogus assertions on windows 10 */ 388 388 uint32_t u32After = RTTimerGetSystemGranularity(); 389 389 AssertMsg(u32After <= u32SystemResolution, ("u32After=%u u32SystemResolution=%u\n", u32After, u32SystemResolution));
Note:
See TracChangeset
for help on using the changeset viewer.