Changeset 90549 in vbox for trunk/src/VBox/Debugger/testcase
- Timestamp:
- Aug 6, 2021 1:57:29 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp
r87788 r90549 120 120 return VERR_INTERNAL_ERROR; 121 121 } 122 VMMR3DECL(void) DBGFR3InfoGen ricGetOptError(PCDBGFINFOHLP pHlp, int rc, union RTGETOPTUNION *pValueUnion, struct RTGETOPTSTATE *pState)122 VMMR3DECL(void) DBGFR3InfoGenericGetOptError(PCDBGFINFOHLP pHlp, int rc, union RTGETOPTUNION *pValueUnion, struct RTGETOPTSTATE *pState) 123 123 { 124 124 }
Note:
See TracChangeset
for help on using the changeset viewer.