Changeset 86361 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Sep 30, 2020 6:59:31 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140652
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGF.cpp
r86099 r86361 209 209 210 210 return VINF_SUCCESS; 211 } 212 213 214 /** 215 * This is for tstCFGM and others to avoid trigger leak detection. 216 * 217 * @returns VBox status code. 218 * @param pVM The cross context VM structure. 219 */ 220 VMMR3DECL(void) DBGFR3TermUVM(PUVM pUVM) 221 { 222 dbgfR3InfoTerm(pUVM); 211 223 } 212 224
Note:
See TracChangeset
for help on using the changeset viewer.