VirtualBox

Changeset 19076 in vbox for trunk/include


Ignore:
Timestamp:
Apr 21, 2009 1:20:48 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
46214
Message:

CPUMGetGuestCpuId needs a pVCpu parameter.

File:
1 edited

Legend:

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

    r19075 r19076  
    653653VMMDECL(uint64_t)   CPUMGetGuestDR7(PVMCPU pVCpu);
    654654VMMDECL(int)        CPUMGetGuestDRx(PVMCPU pVCpu, uint32_t iReg, uint64_t *pValue);
    655 VMMDECL(void)       CPUMGetGuestCpuId(PVM pVM, uint32_t iLeaf, uint32_t *pEax, uint32_t *pEbx, uint32_t *pEcx, uint32_t *pEdx);
     655VMMDECL(void)       CPUMGetGuestCpuId(PVMCPU pVCpu, uint32_t iLeaf, uint32_t *pEax, uint32_t *pEbx, uint32_t *pEcx, uint32_t *pEdx);
    656656VMMDECL(uint32_t)   CPUMGetGuestCpuIdStdMax(PVM pVM);
    657657VMMDECL(uint32_t)   CPUMGetGuestCpuIdExtMax(PVM pVM);
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