summaryrefslogtreecommitdiff
path: root/syscall.c
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2013-07-01 12:49:14 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2013-07-01 12:49:14 +0200
commit5a2483ba25fd80cb189abcdc14624be72b0c4c0b (patch)
tree44c93b2d33f8bf86a43be1570ebe0f74d485f02d /syscall.c
parentc09646aa9e8768d308267bb92747b2d1ff58b1c3 (diff)
downloadstrace-5a2483ba25fd80cb189abcdc14624be72b0c4c0b.tar.gz
strace-5a2483ba25fd80cb189abcdc14624be72b0c4c0b.tar.bz2
strace-5a2483ba25fd80cb189abcdc14624be72b0c4c0b.tar.xz
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 <dvlasenk@redhat.com>
Diffstat (limited to 'syscall.c')
-rw-r--r--syscall.c2
1 files changed, 1 insertions, 1 deletions
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 ? "[????????????????] " : \