Changeset 68008 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jul 17, 2017 5:13:23 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117020
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GMMR0.cpp
r68007 r68008 5194 5194 return rc; 5195 5195 #else 5196 NOREF(pVM); NOREF(pVCpu);5196 RT_NOREF(pGVM, pVM, idCpu); 5197 5197 return VERR_NOT_IMPLEMENTED; 5198 5198 #endif
Note:
See TracChangeset
for help on using the changeset viewer.