Changeset 31441 in vbox
- Timestamp:
- Aug 6, 2010 2:13:01 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp
r31435 r31441 53 53 Log(("PGMR0SharedModuleCheck: check %s %s base=%RGv size=%x\n", pModule->szName, pModule->szVersion, pModule->Core.Key, pModule->cbModule)); 54 54 55 pgmLock(pVM);/* This cannot fail as we grab the lock in pgmR3SharedModuleRegRendezvous before calling into ring-0. */55 Assert(PGMIsLockOwner(pVM)); /* This cannot fail as we grab the lock in pgmR3SharedModuleRegRendezvous before calling into ring-0. */ 56 56 57 57 /* Check every region of the shared module. */ … … 138 138 } 139 139 140 pgmUnlock(pVM);141 140 if (fFlushTLBs) 142 141 PGM_INVL_ALL_VCPU_TLBS(pVM);
Note:
See TracChangeset
for help on using the changeset viewer.

