Changeset 38965 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Oct 7, 2011 8:18:37 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 74336
- File:
-
- 1 edited
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.