summaryrefslogtreecommitdiffstats
path: root/runtime/stack-ia64.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/stack-ia64.c')
-rw-r--r--runtime/stack-ia64.c2
1 files changed, 1 insertions, 1 deletions
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);
}