- Timestamp:
- Feb 11, 2009 12:56:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r16660 r16661 781 781 * - messing with the bits of pd pointers without changing the physical address 782 782 */ 783 # ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY 783 784 if (!VM_FF_ISSET(pPool->CTX_SUFF(pVM), VM_FF_PGM_SYNC_CR3)) 785 # endif 784 786 { 785 787 uShw.pv = PGMPOOL_PAGE_2_PTR(pPool->CTX_SUFF(pVM), pPage); … … 814 816 * - messing with the bits of pd pointers without changing the physical address 815 817 */ 818 # ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY 816 819 if (!VM_FF_ISSET(pPool->CTX_SUFF(pVM), VM_FF_PGM_SYNC_CR3)) 820 # endif 817 821 { 818 822 uShw.pv = PGMPOOL_PAGE_2_PTR(pPool->CTX_SUFF(pVM), pPage);
Note:
See TracChangeset
for help on using the changeset viewer.