summaryrefslogtreecommitdiffstats
path: root/runtime/stack-arm.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/stack-arm.c')
-rw-r--r--runtime/stack-arm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/stack-arm.c b/runtime/stack-arm.c
index 9d3307ec..0c8ce450 100644
--- a/runtime/stack-arm.c
+++ b/runtime/stack-arm.c
@@ -59,7 +59,7 @@ static void __stp_stack_print (struct pt_regs *regs, int verbose, int levels)
_stp_symbol_print((unsigned long)pc);
_stp_print_char('\n');
} else {
- _stp_printf("%08lx ", pc);
+ _stp_printf("%08lx ", (unsigned long)pc);
}
/* Sanity check the next_fp. */