Changeset 30325 in vbox
- Timestamp:
- Jun 21, 2010 12:32:54 PM (14 years ago)
- Location:
- trunk/src/VBox/VMM/VMMAll
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp
r29250 r30325 78 78 79 79 /** 80 * Tail code called when we've won tthe battle for the lock.80 * Tail code called when we've won the battle for the lock. 81 81 * 82 82 * @returns VINF_SUCCESS. -
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r30263 r30325 1163 1163 Assert(pgmMapAreMappingsEnabled(&pVM->pgm.s)); 1164 1164 Assert(PGMGetGuestMode(pVCpu) <= PGMMODE_PAE); 1165 pgmLock(pVM);1166 1165 rc = PGM_BTH_NAME(SyncPT)(pVCpu, iPDSrc, pPDSrc, GCPtrPage); 1167 pgmUnlock(pVM);1168 1166 } 1169 1167 else
Note:
See TracChangeset
for help on using the changeset viewer.