VirtualBox

Changeset 71586 in vbox for trunk


Ignore:
Timestamp:
Mar 31, 2018 12:50:59 PM (7 years ago)
Author:
vboxsync
Message:

PGMAllPool: doc fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r69111 r71586  
    33153315                switch (PGM_PAGE_GET_HNDL_PHYS_STATE(pPhysPage))
    33163316                {
    3317                     case PGM_PAGE_HNDL_PHYS_STATE_NONE:         /** No handler installed. */
    3318                     case PGM_PAGE_HNDL_PHYS_STATE_DISABLED:     /** Monitoring is temporarily disabled. */
     3317                    case PGM_PAGE_HNDL_PHYS_STATE_NONE:         /* No handler installed. */
     3318                    case PGM_PAGE_HNDL_PHYS_STATE_DISABLED:     /* Monitoring is temporarily disabled. */
    33193319                        u32OrMask = X86_PTE_RW;
    33203320                        u32AndMask = UINT32_MAX;
     
    33233323                        break;
    33243324
    3325                     case PGM_PAGE_HNDL_PHYS_STATE_WRITE:        /** Write access is monitored. */
     3325                    case PGM_PAGE_HNDL_PHYS_STATE_WRITE:        /* Write access is monitored. */
    33263326                        u32OrMask = 0;
    33273327                        u32AndMask = ~X86_PTE_RW;
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