Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/org/jruby/ir/IRBuilder.java
Original file line number Diff line number Diff line change
@@ -1087,6 +1087,7 @@ public Operand buildCall(Variable result, CallNode callNode) {
callInstr = CallInstr.create(scope, result, callNode.getName(), receiver, args, block);
}

determineIfWeNeedLineNumber(callNode);
determineIfProcNew(receiverNode, callNode.getName(), callInstr);
receiveBreakException(block, callInstr);

0 comments on commit d73a05b

Please sign in to comment.