Changeset 60846 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- May 5, 2016 3:15:18 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107054
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMMap.cpp
r58170 r60846 1226 1226 1227 1227 STAM_PROFILE_STOP(&pVM->pgm.s.CTX_SUFF(pStats)->StatR3ResolveConflict, a); 1228 #ifdef DEBUG_bird 1229 DBGFSTOP(pVM); 1230 #endif 1228 1231 AssertMsgFailed(("Failed to relocate page table mapping '%s' from %#x! (cPTs=%d)\n", pMapping->pszDesc, GCPtrOldMapping, cPTs)); 1229 1232 return VERR_PGM_NO_HYPERVISOR_ADDRESS;
Note:
See TracChangeset
for help on using the changeset viewer.