VirtualBox

Changeset 30654 in vbox


Ignore:
Timestamp:
Jul 6, 2010 11:06:05 AM (15 years ago)
Author:
vboxsync
Message:

PGMAllGst.h: Follow-up to r63343, overlooked the typo on the other side of the tests.

File:
1 edited

Legend:

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

    r30615 r30654  
    5959#elif PGM_GST_TYPE == PGM_TYPE_32BIT || PGM_GST_TYPE == PGM_TYPE_PAE || PGM_GST_TYPE == PGM_TYPE_AMD64
    6060
    61 # if PGM_GST_TYPE != PGM_MODE_AMD64
     61# if PGM_GST_TYPE != PGM_TYPE_AMD64
    6262    /* Boundary check. */
    6363    if (GCPtr >= _4G)
     
    181181    Assert((cb & PAGE_OFFSET_MASK) == 0);
    182182
    183 # if PGM_GST_TYPE != PGM_MODE_AMD64
     183# if PGM_GST_TYPE != PGM_TYPE_AMD64
    184184    /* Boundary check. */
    185185    if (GCPtr >= _4G)
     
    292292 || PGM_GST_TYPE == PGM_TYPE_AMD64
    293293
    294 # if PGM_GST_TYPE != PGM_MODE_AMD64
     294# if PGM_GST_TYPE != PGM_TYPE_AMD64
    295295    /* Boundary check. */
    296296    if (GCPtr >= _4G)
     
    338338
    339339    RTGCPTR         GCPtr  = pCur->Core.Key;
    340 #if PGM_GST_TYPE != PGM_MODE_AMD64
     340#if PGM_GST_TYPE != PGM_TYPE_AMD64
    341341    /* skip all stuff above 4GB if not AMD64 mode. */
    342342    if (GCPtr >= _4G)
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