- Timestamp:
- Nov 21, 2012 3:51:12 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 82250
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r43930 r43931 1627 1627 DECLASM(int) VMXReadVmcs32(uint32_t idxField, uint32_t *pData); 1628 1628 #else 1629 DECLINLINE(int) VMXReadVmcs S32(uint32_t idxField, uint32_t *pData)1629 DECLINLINE(int) VMXReadVmcs32(uint32_t idxField, uint32_t *pData) 1630 1630 { 1631 1631 int rc = VINF_SUCCESS; … … 1710 1710 #if HC_ARCH_BITS == 64 1711 1711 uint64_t uLastError = 0; 1712 int rc = VMXReadVmcs (VMX_VMCS32_RO_VM_INSTR_ERROR, &uLastError);1712 int rc = VMXReadVmcs64(VMX_VMCS32_RO_VM_INSTR_ERROR, &uLastError); 1713 1713 AssertRC(rc); 1714 1714 return (uint32_t)uLastError;
Note:
See TracChangeset
for help on using the changeset viewer.