Changeset 65622 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Feb 6, 2017 1:56:38 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp
r63465 r65622 1138 1138 rc = PGMPrefetchPage(pVCpu, (RTGCPTR)GCPhys); 1139 1139 Assert(rc == VINF_SUCCESS || rc == VERR_PAGE_NOT_PRESENT || rc == VERR_PAGE_TABLE_NOT_PRESENT); 1140 # else 1141 RT_NOREF_PV(pVM); RT_NOREF(GCPhys); RT_NOREF(GCPhysRemapped); RT_NOREF(fPageFlags); 1140 1142 # endif /* !IEM_VERIFICATION_MODE_FULL */ 1141 1143 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.