mirror of
https://git.rtems.org/rtems-tools/
synced 2025-10-17 22:53:40 +08:00
covoar: Add information to improve diagnostics.
This commit is contained in:

committed by
Chris Johns

parent
b857151112
commit
cb018bcdff
@@ -27,8 +27,9 @@ namespace Coverage {
|
||||
* @param[in] high specifies the highest address of the coverage map.
|
||||
*/
|
||||
CoverageMap(
|
||||
uint32_t low,
|
||||
uint32_t high
|
||||
const std::string& exefileName,
|
||||
uint32_t low,
|
||||
uint32_t high
|
||||
);
|
||||
|
||||
/* Inherit documentation from base class. */
|
||||
|
Reference in New Issue
Block a user