From 4f295b51c85ada0efca7594604ada44853ac32d5 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 16 May 2007 01:56:12 +0000 Subject: 2007-05-15 Martin Hunt * vsprintf.c: Add comment about %p. * regs.c, stack*.c, sym.c: Fix %p calls. --- runtime/stack-ia64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/stack-ia64.c') diff --git a/runtime/stack-ia64.c b/runtime/stack-ia64.c index 4ad045da..cab25a0b 100644 --- a/runtime/stack-ia64.c +++ b/runtime/stack-ia64.c @@ -44,7 +44,7 @@ static void __stp_show_stack_addr(struct unw_frame_info *info, void *arg) skip = 0; continue; } - _stp_printf ("%p ", ip); + _stp_printf ("0x%016lx ", ip); } while (unw_unwind(info) >= 0); } -- cgit