VirtualBox

Changeset 2734 in vbox for trunk/include/VBox


Ignore:
Timestamp:
May 21, 2007 2:16:00 PM (18 years ago)
Author:
vboxsync
Message:

Use 64 bits index

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/hwacc_vmx.h

    r73 r2734  
    872872 * @param   u64Val          16, 32 or 64 bits value
    873873 */
    874 DECLASM(int) VMXWriteVMCS64(uint32_t idxField, uint64_t u64Val);
     874DECLASM(int) VMXWriteVMCS64(uint64_t idxField, uint64_t u64Val);
    875875
    876876/**
     
    940940 * @param   pData           Ptr to store VM field value
    941941 */
    942 DECLASM(int) VMXReadVMCS64(uint32_t idxField, uint64_t *pData);
     942DECLASM(int) VMXReadVMCS64(uint64_t idxField, uint64_t *pData);
    943943
    944944/**
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