- Timestamp:
- Mar 26, 2009 6:17:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r18279 r18339 382 382 bool fFlushTLBs = false; 383 383 int rc = pgmPoolTrackFlushGCPhys(pVM, pPage, &fFlushTLBs); 384 AssertMsgReturn(rc == VINF_SUCCESS || rc == VINF_PGM_ GCPHYS_ALIASED, ("%Rrc\n", rc), RT_FAILURE(rc) ? rc : VERR_INTERNAL_ERROR);384 AssertMsgReturn(rc == VINF_SUCCESS || rc == VINF_PGM_SYNC_CR3, ("%Rrc\n", rc), RT_FAILURE(rc) ? rc : VERR_INTERNAL_ERROR_3); 385 385 386 386 /*
Note:
See TracChangeset
for help on using the changeset viewer.