- Timestamp:
- Jun 3, 2010 11:51:48 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMSharedPage.cpp
r29603 r30009 140 140 AssertRC(rc); 141 141 142 return GMMR3CheckSharedModules(pVM); 142 /* Lock it here as we can't deal with busy locks in this ring-0 path. */ 143 pgmLock(pVM); 144 rc = GMMR3CheckSharedModules(pVM); 145 pgmUnlock(pVM); 146 147 return rc; 143 148 } 144 149
Note:
See TracChangeset
for help on using the changeset viewer.