VirtualBox

Changeset 16780 in vbox


Ignore:
Timestamp:
Feb 16, 2009 10:42:14 AM (16 years ago)
Author:
vboxsync
Message:

VBOX_WITH_PGMPOOL_PAGING_ONLY: typo

Location:
trunk/src/VBox/VMM/VMMAll
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r16659 r16780  
    46104610#ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY
    46114611    /* Update shadow paging info for guest modes with paging (32, pae, 64). */
    4612 # if  (   (   PGM_SHW_TYPE == PGM_TYPE_32BITS \
     4612# if  (   (   PGM_SHW_TYPE == PGM_TYPE_32BIT \
    46134613           || PGM_SHW_TYPE == PGM_TYPE_PAE    \
    46144614           || PGM_SHW_TYPE == PGM_TYPE_AMD64) \
     
    47424742#ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY
    47434743    /* Update shadow paging info. */
    4744 # if  (   (   PGM_SHW_TYPE == PGM_TYPE_32BITS \
     4744# if  (   (   PGM_SHW_TYPE == PGM_TYPE_32BIT \
    47454745           || PGM_SHW_TYPE == PGM_TYPE_PAE    \
    47464746           || PGM_SHW_TYPE == PGM_TYPE_AMD64) \
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r16732 r16780  
    24172417    PPGMPOOLUSER paUsers = pPool->CTX_SUFF(paUsers);
    24182418
    2419     LogFlow(("pgmPoolTrackInsert iUser %x iUserTable %x\n", iUser, iUserTable));
     2419    LogFlow(("pgmPoolTrackInsert GCPhys=%RGp iUser %x iUserTable %x\n", GCPhys, iUser, iUserTable));
    24202420
    24212421#ifdef VBOX_STRICT
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette