Changeset 86101 in vbox for trunk/src/VBox/Debugger
- Timestamp:
- Sep 13, 2020 8:17:45 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp
r86098 r86101 568 568 } 569 569 570 VMMR3DECL(PDBGFADDRESS) DBGFR3AddrAdd(PDBGFADDRESS pAddress, RTGCUINTPTR uAddend) 571 { 572 RT_NOREF(uAddend); 573 return pAddress; 574 } 575 570 576 #include <VBox/vmm/cfgm.h> 571 577 VMMR3DECL(int) CFGMR3ValidateConfig(PCFGMNODE pNode, const char *pszNode,
Note:
See TracChangeset
for help on using the changeset viewer.