- Timestamp:
- Dec 3, 2007 12:18:45 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 26486
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp
r5288 r5941 212 212 213 213 /* the tail */ 214 unsigned i = RT_ELEMENTS(pGVMM->aHandles) ;214 unsigned i = RT_ELEMENTS(pGVMM->aHandles) - 1; 215 215 pGVMM->aHandles[i].iSelf = i; 216 216 pGVMM->aHandles[i].iNext = 0; /* nil */
Note:
See TracChangeset
for help on using the changeset viewer.