- Timestamp:
- Nov 22, 2019 2:52:24 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r82097 r82102 3744 3744 || rc == VERR_PAGE_NOT_PRESENT, 3745 3745 ("PGMShwModifyPage -> GCPtr=%RGv rc=%d\n", GCPtr, rc), 3746 rc);3746 VBOXSTRICTRC_VAL(rc)); 3747 3747 #else /* IN_RING3 - We don't have any virtual page address of the access here. */ 3748 3748 PDMDevHlpCritSectLeave(pThis->CTX_SUFF(pDevIns), &pThis->CritSect); … … 3754 3754 3755 3755 PDMDevHlpCritSectLeave(pThis->CTX_SUFF(pDevIns), &pThis->CritSect); 3756 AssertMsgFailed(("PGMHandlerPhysicalPageTempOff -> rc=%d\n", rc));3756 AssertMsgFailed(("PGMHandlerPhysicalPageTempOff -> rc=%d\n", VBOXSTRICTRC_VAL(rc))); 3757 3757 } 3758 3758 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.

