diff options
Diffstat (limited to 'runtime/unwind/i386.h')
-rw-r--r-- | runtime/unwind/i386.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/unwind/i386.h b/runtime/unwind/i386.h index 9f488f07..b19df584 100644 --- a/runtime/unwind/i386.h +++ b/runtime/unwind/i386.h @@ -92,7 +92,7 @@ static inline void arch_unw_init_frame_info(struct unwind_frame_info *info, #endif } - info->call_frame = 1; + info->call_frame = 0; } static inline void arch_unw_init_blocked(struct unwind_frame_info *info) |