VirtualBox

Ignore:
Timestamp:
Feb 22, 2015 1:39:21 AM (10 years ago)
Author:
vboxsync
Message:

gee

File:
1 edited

Legend:

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

    r54352 r54353  
    19061906                {
    19071907#ifdef SUPDRV_USE_TSC_DELTA_THREAD
    1908                     RTThreadUserSignal(pDevExt->hTscDeltaThread);
     1908                    if (pDevExt->hTscDeltaThread != NIL_RTTHREAD)
     1909                        RTThreadUserSignal(pDevExt->hTscDeltaThread);
    19091910#else
    19101911                    uint16_t 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