Changeset 16780 in vbox
- Timestamp:
- Feb 16, 2009 10:42:14 AM (16 years ago)
- Location:
- trunk/src/VBox/VMM/VMMAll
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r16659 r16780 4610 4610 #ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY 4611 4611 /* Update shadow paging info for guest modes with paging (32, pae, 64). */ 4612 # if ( ( PGM_SHW_TYPE == PGM_TYPE_32BIT S\4612 # if ( ( PGM_SHW_TYPE == PGM_TYPE_32BIT \ 4613 4613 || PGM_SHW_TYPE == PGM_TYPE_PAE \ 4614 4614 || PGM_SHW_TYPE == PGM_TYPE_AMD64) \ … … 4742 4742 #ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY 4743 4743 /* Update shadow paging info. */ 4744 # if ( ( PGM_SHW_TYPE == PGM_TYPE_32BIT S\4744 # if ( ( PGM_SHW_TYPE == PGM_TYPE_32BIT \ 4745 4745 || PGM_SHW_TYPE == PGM_TYPE_PAE \ 4746 4746 || PGM_SHW_TYPE == PGM_TYPE_AMD64) \ -
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r16732 r16780 2417 2417 PPGMPOOLUSER paUsers = pPool->CTX_SUFF(paUsers); 2418 2418 2419 LogFlow(("pgmPoolTrackInsert iUser %x iUserTable %x\n", iUser, iUserTable));2419 LogFlow(("pgmPoolTrackInsert GCPhys=%RGp iUser %x iUserTable %x\n", GCPhys, iUser, iUserTable)); 2420 2420 2421 2421 #ifdef VBOX_STRICT
Note:
See TracChangeset
for help on using the changeset viewer.