Changeset 92468 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Nov 17, 2021 9:03:33 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp
r92465 r92468 2166 2166 *pu2State = NEM_WIN_PAGE_STATE_UNMAPPED; 2167 2167 2168 RT_NOREF(pvMmio2 );2168 RT_NOREF(pvMmio2, puNemRange); 2169 2169 #else 2170 RT_NOREF(pVM, GCPhys, cb, fFlags, pvRam, pvMmio2, pu2State );2170 RT_NOREF(pVM, GCPhys, cb, fFlags, pvRam, pvMmio2, pu2State, puNemRange); 2171 2171 if (pu2State) 2172 2172 *pu2State = UINT8_MAX;
Note:
See TracChangeset
for help on using the changeset viewer.