- Timestamp:
- Mar 2, 2021 5:18:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGCCmdWorkers.cpp
r87788 r87919 352 352 * @param iTraceFlowMod The trace flow module identifier. 353 353 */ 354 DECLHIDDEN(int) dbgcFlowTraceModDelete(PDBGC pDbgc, uint32_t i FlowTraceMod)354 DECLHIDDEN(int) dbgcFlowTraceModDelete(PDBGC pDbgc, uint32_t iTraceFlowMod) 355 355 { 356 356 int rc = VINF_SUCCESS; 357 PDBGCTFLOW pTraceFlow = dbgcFlowTraceModGet(pDbgc, i FlowTraceMod);357 PDBGCTFLOW pTraceFlow = dbgcFlowTraceModGet(pDbgc, iTraceFlowMod); 358 358 if (pTraceFlow) 359 359 {
Note:
See TracChangeset
for help on using the changeset viewer.