From 7711e84449611959f6ee4c51ff396e71446d79eb Mon Sep 17 00:00:00 2001 From: hunt Date: Fri, 15 Jun 2007 15:19:30 +0000 Subject: 2007-06-15 Martin Hunt From Quentin Barnes. * loc2c-runtime.h: Latest arm marcos. * stack-arm.c (__stp_stack_print): Add a cast. * regs.c (_stp_ret_addr): Define for arm. --- runtime/stack-arm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/stack-arm.c') 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. */ -- cgit