aboutsummaryrefslogtreecommitdiffstats
path: root/addr2line.c
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-21 16:42:23 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-21 16:42:23 +0000
commit448a014d42637ea4ca44b512bed667154af1d637 (patch)
tree29f2f20363f919f63989b360a2b289ba9e0c0f74 /addr2line.c
parent6018bc5e73de93250afad2cda4043a780dd4e6e9 (diff)
downloadruby-448a014d42637ea4ca44b512bed667154af1d637.tar.gz
initialize is_stmt with default_is_stmt
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'addr2line.c')
-rw-r--r--addr2line.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/addr2line.c b/addr2line.c
index 3ab5c36f9b..0e052f238a 100644
--- a/addr2line.c
+++ b/addr2line.c
@@ -388,6 +388,7 @@ parse_debug_line_cu(int num_traces, void **traces, char **debug_line,
if (parse_debug_line_header(&p, &header))
return -1;
+ is_stmt = header.default_is_stmt;
#define FILL_LINE() \
do { \