Changeset 54492 in vbox
- Timestamp:
- Feb 25, 2015 1:32:11 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrvGip.cpp
r54489 r54492 799 799 * Timer callbacks are done in the clock interrupt, so skip it. 800 800 */ 801 #if 0 /* Does this trigger the DPC watchdog? */ 801 802 #if !defined(RT_OS_OS2) 802 803 nsNow = RTTimeSystemNanoTS(); 803 804 while (RTTimeSystemNanoTS() == nsNow) 804 805 ASMNopPause(); 806 #endif 805 807 #endif 806 808
Note:
See TracChangeset
for help on using the changeset viewer.