Skip to content

Commit

Permalink
Update vm.c
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Wu <XrXr@users.noreply.github.com>
  • Loading branch information
maximecb and XrXr authored Jul 17, 2023
1 parent 291bb4a commit 4e6c77d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vm.c
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,7 @@ jit_compile(rb_execution_context_t *ec)
}

// Don't try to compile the function if it's already compiled
if (body->jit_func)
{
if (body->jit_func) {
return body->jit_func;
}

Expand Down

0 comments on commit 4e6c77d

Please sign in to comment.