Changeset 82558 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Dec 12, 2019 12:46:02 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r82555 r82558 2370 2370 DECLINLINE(void *) pgmPoolMapPageStrict(PPGMPOOLPAGE a_pPage, const char *pszCaller) 2371 2371 { 2372 RT_NOREF(pszCaller); 2372 2373 AssertPtr(a_pPage); 2373 2374 AssertMsg(RT_VALID_PTR(a_pPage->CTX_SUFF(pvPage)),
Note:
See TracChangeset
for help on using the changeset viewer.