Changeset 31478 in vbox for trunk/src/VBox/VMM/PGMSharedPage.cpp
- Timestamp:
- Aug 9, 2010 11:55:59 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64560
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMSharedPage.cpp
r31477 r31478 93 93 for (unsigned i = 0; i < RT_ELEMENTS(pSharedModules); i++) 94 94 { 95 if (pSharedModules[ cSharedModules] == NULL)95 if (pSharedModules[i] == NULL) 96 96 { 97 97 ppSharedModule = &pSharedModules[i];
Note:
See TracChangeset
for help on using the changeset viewer.