Changeset 22721 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Sep 2, 2009 2:47:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPool.cpp
r22720 r22721 680 680 RTHCPHYS HCPhysPT = -1; 681 681 rc = PGMPhysGCPhys2HCPhys(pPool->CTX_SUFF(pVM), pPage->GCPhys, &HCPhysPT); 682 Assert RC(rc);682 AssertMsgRC(rc, ("PGMPhysGCPhys2HCPhys failed with rc=%d for %RGp\n", rc, pPage->GCPhys)); 683 683 if (rc == VINF_SUCCESS) 684 684 {
Note:
See TracChangeset
for help on using the changeset viewer.