mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
initialize is_stmt with default_is_stmt
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6018bc5e73
commit
448a014d42
1 changed files with 1 additions and 0 deletions
|
@ -388,6 +388,7 @@ parse_debug_line_cu(int num_traces, void **traces, char **debug_line,
|
||||||
|
|
||||||
if (parse_debug_line_header(&p, &header))
|
if (parse_debug_line_header(&p, &header))
|
||||||
return -1;
|
return -1;
|
||||||
|
is_stmt = header.default_is_stmt;
|
||||||
|
|
||||||
#define FILL_LINE() \
|
#define FILL_LINE() \
|
||||||
do { \
|
do { \
|
||||||
|
|
Loading…
Reference in a new issue