From 5a2483ba25fd80cb189abcdc14624be72b0c4c0b Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 1 Jul 2013 12:49:14 +0200 Subject: Remove ia64-specific printing of current address on signal delivery The address is printed anyway by printleader() if -i is active. Signed-off-by: Denys Vlasenko --- syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syscall.c') diff --git a/syscall.c b/syscall.c index d6f2692..1ccee6e 100644 --- a/syscall.c +++ b/syscall.c @@ -780,7 +780,7 @@ static long xtensa_a2; #endif void -printcall(struct tcb *tcp) +print_pc(struct tcb *tcp) { #define PRINTBADPC tprintf(sizeof(long) == 4 ? "[????????] " : \ sizeof(long) == 8 ? "[????????????????] " : \ -- cgit v1.2.3