VirtualBox

Changeset 26194 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Feb 3, 2010 2:24:28 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57215
Message:

Removed another redundant check

File:
1 edited

Legend:

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

    r26191 r26194  
    346346     * in page tables which the guest believes to be present.
    347347     */
    348     if (PdeSrc.n.u1Present)
     348    Assert(PdeSrc.n.u1Present);
    349349    {
    350350        RTGCPHYS    GCPhys = NIL_RTGCPHYS;
     
    906906        }
    907907    }
    908     /* else: !present (guest) */
    909 
    910908
    911909#  if PGM_WITH_PAGING(PGM_GST_TYPE, PGM_SHW_TYPE)
Note: See TracChangeset for help on using the changeset viewer.

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