VirtualBox

Changeset 18339 in vbox for trunk/src


Ignore:
Timestamp:
Mar 26, 2009 6:17:12 PM (16 years ago)
Author:
vboxsync
Message:

pgmPhysAllocPage: pgmPoolTrackFlushGCPhys returns VINF_PGM_SYNC_CR3 not VINF_PGM_GCPHYS_ALIASED.

File:
1 edited

Legend:

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

    r18279 r18339  
    382382    bool fFlushTLBs = false;
    383383    int rc = pgmPoolTrackFlushGCPhys(pVM, pPage, &fFlushTLBs);
    384     AssertMsgReturn(rc == VINF_SUCCESS || rc == VINF_PGM_GCPHYS_ALIASED, ("%Rrc\n", rc), RT_FAILURE(rc) ? rc : VERR_INTERNAL_ERROR);
     384    AssertMsgReturn(rc == VINF_SUCCESS || rc == VINF_PGM_SYNC_CR3, ("%Rrc\n", rc), RT_FAILURE(rc) ? rc : VERR_INTERNAL_ERROR_3);
    385385
    386386    /*
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