VirtualBox

Ignore:
Timestamp:
Nov 25, 2014 3:01:59 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97037
Message:

HostDrivers/Support: Don't try measuring TSC deltas on OSes that normalizes TSC-deltas themselves, currently only Windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp

    r52618 r53396  
    407407
    408408
     409bool VBOXCALL  supdrvOSAreTscDeltasInSync(void)
     410{
     411    NOREF(pDevExt);
     412    return false;
     413}
     414
     415
    409416int  VBOXCALL   supdrvOSLdrOpen(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage, const char *pszFilename)
    410417{
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