- Timestamp:
- Nov 1, 2016 9:14:29 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMR3/DBGFR3Cfg.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFR3Cfg.cpp
r64500 r64502 123 123 /** Number of instructions in this basic block. */ 124 124 uint32_t cInstr; 125 /** Maximum number of instruction records for this basic block. .*/125 /** Maximum number of instruction records for this basic block. */ 126 126 uint32_t cInstrMax; 127 127 /** Instruction records, variable in size. */ … … 780 780 * 781 781 * @returns Current reference count. 782 * @par mhCfg The control flow graph handle to retain.782 * @param hCfg The control flow graph handle to retain. 783 783 */ 784 784 VMMR3DECL(uint32_t) DBGFR3CfgRetain(DBGFCFG hCfg)
Note:
See TracChangeset
for help on using the changeset viewer.

