VirtualBox

Changeset 17627 in vbox for trunk


Ignore:
Timestamp:
Mar 10, 2009 1:45:46 PM (16 years ago)
Author:
vboxsync
Message:

Always set VM_FF_PGM_SYNC_CR3 when changing mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGM.cpp

    r17616 r17627  
    18861886VMMR3DECL(void) PGMR3Relocate(PVM pVM, RTGCINTPTR offDelta)
    18871887{
    1888     LogFlow(("PGMR3Relocate\n"));
     1888    LogFlow(("PGMR3Relocate %RGv to %RGv\n", pVM->pgm.s.GCPtrCR3Mapping, pVM->pgm.s.GCPtrCR3Mapping + offDelta));
    18891889
    18901890    /*
     
    33133313        }
    33143314    }
     3315
     3316    /*
     3317     * Always flag the necessary updates
     3318     */
     3319    VM_FF_SET(pVM, VM_FF_PGM_SYNC_CR3);
    33153320
    33163321    /*
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