VirtualBox

Changeset 16047 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jan 19, 2009 4:30:58 PM (16 years ago)
Author:
vboxsync
Message:

fixed last second typo.

File:
1 edited

Legend:

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

    r16045 r16047  
    10961096    /* Only whole pages can be disabled. */
    10971097    Assert(   pCur->Core.Key     <= (GCPhys & ~(RTGCPHYS)PAGE_OFFSET_MASK)
    1098            && pCur->Core.KeyLast >= (GCPhys | PAGE_OFFSET_MASK);
     1098           && pCur->Core.KeyLast >= (GCPhys | PAGE_OFFSET_MASK));
    10991099    return pCur->enmType != PGMPHYSHANDLERTYPE_PHYSICAL_WRITE;
    11001100}
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