VirtualBox

Ignore:
Timestamp:
May 29, 2009 12:40:31 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
47953
Message:

Handle pgm pool flushes a bit differently.

File:
1 edited

Legend:

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

    r20068 r20151  
    17741774     * clear the whole thing.
    17751775     */
    1776     rc = pgmPoolSyncCR3(pVM);
     1776    rc = pgmPoolSyncCR3(pVCpu);
    17771777    if (rc != VINF_SUCCESS)
    17781778        return rc;
     
    18331833#ifdef IN_RING3
    18341834        if (rc == VINF_PGM_SYNC_CR3)
    1835             rc = pgmPoolSyncCR3(pVM);
     1835            rc = pgmPoolSyncCR3(pVCpu);
    18361836#else
    18371837        if (rc == VINF_PGM_SYNC_CR3)
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