diff options
-rw-r--r-- | tapsets.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tapsets.cxx b/tapsets.cxx index 62e58449..12982259 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -955,7 +955,7 @@ dwflpp if (sess.verbose>2) clog << "prologue searching function '" << func->name << "'" - << " 0x" << hex << entrypc << dec + << " 0x" << hex << entrypc << "-0x" << highpc << dec << "@" << func->decl_file << ":" << func->decl_line << "\n"; |