- Timestamp:
- Dec 15, 2008 5:55:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCM.cpp
r15524 r15525 1160 1160 1161 1161 /* Reset the contents of the read cache. */ 1162 for (unsigned i=0;i<pCache->Read.cValidEntries;i++) 1163 pCache->Read.aFieldVal[i] = 0; 1162 PVMCSCACHE pCache = &pVCpu->hwaccm.s.vmx.VMCSCache; 1163 for (unsigned j=0;j<pCache->Read.cValidEntries;j++) 1164 pCache->Read.aFieldVal[j] = 0; 1164 1165 } 1165 1166 }
Note:
See TracChangeset
for help on using the changeset viewer.