Changeset 12998 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Oct 6, 2008 9:38:43 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r12989 r12998 902 902 if (rc == VERR_PGM_POOL_FLUSHED) 903 903 { 904 Log(("PGMShwSyncLongModePDPtr: PGM pool flushed (1) -> signal sync cr3\n")); 904 905 Assert(pVM->pgm.s.fSyncFlags & PGM_SYNC_CLEAR_PGM_POOL); 905 906 VM_FF_SET(pVM, VM_FF_PGM_SYNC_CR3); … … 943 944 if (rc == VERR_PGM_POOL_FLUSHED) 944 945 { 946 Log(("PGMShwSyncLongModePDPtr: PGM pool flushed (2) -> signal sync cr3\n")); 945 947 Assert(pVM->pgm.s.fSyncFlags & PGM_SYNC_CLEAR_PGM_POOL); 946 948 VM_FF_SET(pVM, VM_FF_PGM_SYNC_CR3);
Note:
See TracChangeset
for help on using the changeset viewer.