Changeset 38965 in vbox
- Timestamp:
- Oct 7, 2011 8:18:37 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/include/PGMInline.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInline.h
r38955 r38965 492 492 rc = VINF_SUCCESS; 493 493 AssertPtr(pTlbe->pv); 494 # if !defined(VBOX_WITH_2X_4GB_ADDR_SPACE) || defined(IN_RING3) 494 495 Assert(!pTlbe->pMap || RT_VALID_PTR(pTlbe->pMap->pv)); 496 # endif 495 497 } 496 498 else
Note:
See TracChangeset
for help on using the changeset viewer.

