Changeset 73348 in vbox for trunk/src/VBox/Debugger/testcase
- Timestamp:
- Jul 25, 2018 9:25:45 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123962
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp
r73150 r73348 545 545 } 546 546 547 VMMR3DECL(int) DBGFR3FormatBugCheck(PUVM pUVM, char *pszDetails, size_t cbDetails, 548 uint64_t uP0, uint64_t uP1, uint64_t uP2, uint64_t uP3, uint64_t uP4) 549 { 550 pszDetails[0] = '\0'; 551 return VERR_INTERNAL_ERROR; 552 } 553 547 554 #include <VBox/vmm/cfgm.h> 548 555 VMMR3DECL(int) CFGMR3ValidateConfig(PCFGMNODE pNode, const char *pszNode,
Note:
See TracChangeset
for help on using the changeset viewer.