initialize manual_unw

This commit is contained in:
Kevin Tew 2010-08-02 15:11:30 -06:00
parent 87c05370fd
commit de11fd4351

View File

@ -13635,7 +13635,7 @@ Scheme_Object *scheme_native_stack_trace(void)
#ifdef MZ_USE_DWARF_LIBUNWIND
unw_context_t cx;
unw_cursor_t c;
int manual_unw;
int manual_unw = 0;
unw_word_t stack_addr;
#else
Get_Stack_Proc gs;