Changeset 32998 in vbox
- Timestamp:
- Oct 8, 2010 8:38:33 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMShw.h
r32980 r32998 249 249 /* Do *not* unlock this page as we have two of them floating around in the 32-bit host & 64-bit guest case. 250 250 * We currently assert when you try to free one of them; don't bother to really allow this. 251 * 252 * Note that this is two nested paging root pages max. This isn't a leak. They are reused. 251 253 */ 252 254 /* pgmPoolUnlockPage(pPool, pVCpu->pgm.s.CTX_SUFF(pShwPageCR3)); */
Note:
See TracChangeset
for help on using the changeset viewer.