VirtualBox

Changeset 55409 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Apr 23, 2015 2:12:24 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99750
Message:

SUPDrvIOC: fix typo. SUPR3ReadTsc now works, previously will always return VERR_INVALID_PARAMETER.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h

    r55401 r55409  
    15341534#define SUP_IOCTL_TSC_READ                              SUP_CTL_CODE_SIZE(37, SUP_IOCTL_TSC_READ_SIZE)
    15351535#define SUP_IOCTL_TSC_READ_SIZE                         sizeof(SUPTSCREAD)
    1536 #define SUP_IOCTL_TSC_READ_SIZE_IN                      sizeof(SUPTSCREAD)
    1537 #define SUP_IOCTL_TSC_READ_SIZE_OUT                     sizeof(SUPREQHDR)
     1536#define SUP_IOCTL_TSC_READ_SIZE_IN                      sizeof(SUPREQHDR)
     1537#define SUP_IOCTL_TSC_READ_SIZE_OUT                     sizeof(SUPTSCREAD)
    15381538typedef struct SUPTSCREAD
    15391539{
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette