Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -727,7 +727,7 @@ public static IRubyObject mergeKeywordArguments(ThreadContext context, IRubyObje
}

@JIT
public static IRubyObject restoryPerlyExc(ThreadContext context, IRubyObject exc, IRubyObject savedExc) {
public static IRubyObject restorePerlyExc(ThreadContext context, IRubyObject exc, IRubyObject savedExc) {
if (exc instanceof IRReturnJump || exc instanceof IRBreakJump) {
context.runtime.getGlobalVariables().set("$!", savedExc);
}

0 comments on commit 142671f

Please sign in to comment.