VirtualBox

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


Ignore:
Timestamp:
Mar 15, 2010 3:48:54 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
58820
Message:

Don't always change back the cr3

File:
1 edited

Legend:

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

    r27370 r27371  
    18831883            rc = pgmPoolSyncCR3(pVCpu);
    18841884#else
    1885             pVCpu->pgm.s.GCPhysCR3 = GCPhysCR3Old;
     1885            if (rc == VINF_PGM_SYNC_CR3)
     1886                pVCpu->pgm.s.GCPhysCR3 = GCPhysCR3Old;
    18861887            return VINF_PGM_SYNC_CR3;
    18871888#endif
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