summaryrefslogtreecommitdiffstats
path: root/runtime/unwind/x86_64.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/unwind/x86_64.h')
-rw-r--r--runtime/unwind/x86_64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/unwind/x86_64.h b/runtime/unwind/x86_64.h
index 3c70f206..8860b8ee 100644
--- a/runtime/unwind/x86_64.h
+++ b/runtime/unwind/x86_64.h
@@ -107,7 +107,7 @@ static inline void arch_unw_init_frame_info(struct unwind_frame_info *info,
/*const*/ struct pt_regs *regs)
{
info->regs = *regs;
- info->call_frame = 1;
+ info->call_frame = 0;
}
static inline void arch_unw_init_blocked(struct unwind_frame_info *info)