Fix printf arguments type in print_callers
authorIvan Maidanski <ivmai@mail.ru>
Tue, 29 Aug 2017 22:17:08 +0000 (01:17 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 29 Aug 2017 22:17:08 +0000 (01:17 +0300)
commitaa406bd7dd2106b2bf9a51edaabc2ce65a22c95d
treee399908fb9e550ecaba5fdc67240fa2bddc2ebd0
parent7f2e1f1bb5712a240237819e0bc014790d43520c
Fix printf arguments type in print_callers

* os_dep.c [NEED_CALLINFO] (GC_print_callers): Cast info[i].ci_pc to
unsigned long in GC_err_printf call to match the format specifier.
os_dep.c