Changeset 46190 in vbox
- Timestamp:
- May 21, 2013 10:04:21 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HM.cpp
r46139 r46190 1596 1596 #endif 1597 1597 1598 /** @todo r=ramshankar: Why do we need to do this? Most likely1599 * VBOX_WITH_OLD_VTX_CODE only. */ 1598 /** @todo r=ramshankar: Why do we need to do this? */ 1599 #ifdef VMX_USE_CACHED_VMCS_ACCESSES 1600 1600 /* Reset the contents of the read cache. */ 1601 1601 PVMCSCACHE pCache = &pVCpu->hm.s.vmx.VMCSCache; 1602 1602 for (unsigned j = 0; j < pCache->Read.cValidEntries; j++) 1603 1603 pCache->Read.aFieldVal[j] = 0; 1604 #endif 1604 1605 } 1605 1606
Note:
See TracChangeset
for help on using the changeset viewer.