From 5fe3e97fe9d493543a9894b82d4bb968e9ee9ce9 Mon Sep 17 00:00:00 2001 From: fche Date: Mon, 10 Apr 2006 18:51:10 +0000 Subject: [PATCH] * verbose message tweak --- tapsets.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tapsets.cxx b/tapsets.cxx index 62e584497..129822590 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"; -- 2.43.5