Changeset 20671 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jun 17, 2009 3:23:14 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48768
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/PGMR0.cpp
r20374 r20671 232 232 * nested page tables. 233 233 */ 234 pgmLock(pVM); 234 235 switch(enmShwPagingMode) 235 236 { … … 253 254 break; 254 255 } 256 Assert(PGMIsLockOwner(pVM)); 257 pgmUnlock(pVM); 255 258 if (rc == VINF_PGM_SYNCPAGE_MODIFIED_PDE) 256 259 rc = VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.