Changeset 32980 in vbox
- Timestamp:
- Oct 7, 2010 2:17:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMShw.h
r32036 r32980 247 247 pgmLock(pVM); 248 248 249 /* Mark the page as unlocked; allow flushing again. */ 250 pgmPoolUnlockPage(pPool, pVCpu->pgm.s.CTX_SUFF(pShwPageCR3)); 249 /* Do *not* unlock this page as we have two of them floating around in the 32-bit host & 64-bit guest case. 250 * We currently assert when you try to free one of them; don't bother to really allow this. 251 */ 252 /* pgmPoolUnlockPage(pPool, pVCpu->pgm.s.CTX_SUFF(pShwPageCR3)); */ 251 253 252 254 pgmPoolFreeByPage(pPool, pVCpu->pgm.s.CTX_SUFF(pShwPageCR3), pVCpu->pgm.s.iShwUser, pVCpu->pgm.s.iShwUserTable);
Note:
See TracChangeset
for help on using the changeset viewer.