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

committed by
Chris Johns

parent
b857151112
commit
cb018bcdff
@@ -10,9 +10,10 @@
|
||||
namespace Coverage {
|
||||
|
||||
CoverageMap::CoverageMap(
|
||||
uint32_t low,
|
||||
uint32_t high
|
||||
) : CoverageMapBase(low, high)
|
||||
const std::string& exefileName,
|
||||
uint32_t low,
|
||||
uint32_t high
|
||||
) : CoverageMapBase(exefileName, low, high)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user