- Timestamp:
- Mar 10, 2009 1:45:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGM.cpp
r17616 r17627 1886 1886 VMMR3DECL(void) PGMR3Relocate(PVM pVM, RTGCINTPTR offDelta) 1887 1887 { 1888 LogFlow(("PGMR3Relocate \n"));1888 LogFlow(("PGMR3Relocate %RGv to %RGv\n", pVM->pgm.s.GCPtrCR3Mapping, pVM->pgm.s.GCPtrCR3Mapping + offDelta)); 1889 1889 1890 1890 /* … … 3313 3313 } 3314 3314 } 3315 3316 /* 3317 * Always flag the necessary updates 3318 */ 3319 VM_FF_SET(pVM, VM_FF_PGM_SYNC_CR3); 3315 3320 3316 3321 /*
Note:
See TracChangeset
for help on using the changeset viewer.