Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim8y committed Aug 25, 2024
1 parent 94b1e80 commit f4d6d05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ private void EmitCall(MethodConvert target)
if (target._inline && !Context.Options.NoInline)
EmitInlineInstructions(target);
else
_instructionsBuilder.Jump(OpCode.CALL_L, target._startTarget);
_instructionsBuilder.Jump(OpCode.CALL_L, target._startTarget);
}

// Helper method to emit inline instructions
Expand Down

0 comments on commit f4d6d05

Please sign in to comment.