summaryrefslogtreecommitdiff
path: root/tester/covoar/DesiredSymbols.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tester/covoar/DesiredSymbols.cc')
-rw-r--r--tester/covoar/DesiredSymbols.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tester/covoar/DesiredSymbols.cc b/tester/covoar/DesiredSymbols.cc
index 7def2ce..b9a5bb7 100644
--- a/tester/covoar/DesiredSymbols.cc
+++ b/tester/covoar/DesiredSymbols.cc
@@ -296,6 +296,7 @@ namespace Coverage {
);
if (Verbose)
std::cerr << "Branch never taken found in " << s.first
+ << std::hex
<< " (0x" << s.second.baseAddress + la
<< " - 0x" << s.second.baseAddress + ha
<< ")"