VirtualBox

Changeset 9860 in vbox


Ignore:
Timestamp:
Jun 20, 2008 2:49:02 PM (17 years ago)
Author:
vboxsync
Message:

Return immediately in case the PML4E or PDPTE has been changed.

File:
1 edited

Legend:

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

    r9859 r9860  
    10251025        STAM_COUNTER_INC(&pVM->pgm.s.CTXMID(Stat,InvalidatePagePDNPs));
    10261026        PGM_INVL_PG(GCPtrPage);
     1027        return VINF_SUCCESS;
    10271028    }
    10281029
     
    10781079        STAM_COUNTER_INC(&pVM->pgm.s.CTXMID(Stat,InvalidatePagePDNPs));
    10791080        PGM_INVL_PG(GCPtrPage);
     1081        return VINF_SUCCESS;
    10801082    }
    10811083# endif
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