Skip to content

Commit

Permalink
Fixed missing support for ruby@d75bbba.
Browse files Browse the repository at this point in the history
  • Loading branch information
jinroq authored and kddnewton committed May 2, 2024
1 parent 55720f3 commit a3726c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prism_compile.c
Original file line number Diff line number Diff line change
Expand Up @@ -5140,7 +5140,7 @@ pm_compile_node(rb_iseq_t *iseq, const pm_node_t *node, LINK_ANCHOR *const ret,
else {
// Establish branch coverage for the case node.
VALUE branches = Qfalse;
rb_code_location_t case_location;
rb_code_location_t case_location = { 0 };
int branch_id = 0;

if (PM_BRANCH_COVERAGE_P(iseq)) {
Expand Down

0 comments on commit a3726c0

Please sign in to comment.