Skip to content

Commit d8fb471

Browse files
committed
1 parent 9d8528c commit d8fb471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegen/reverse.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function make_opaque_closure(interp, typ, name, meth_nargs::Int, isva, lno, ci,
1717
return Expr(:new_opaque_closure, typ, Union{}, Any, ocm, revs...)
1818
else
1919
oc_nargs = Int64(meth_nargs)
20-
Expr(:new_opaque_closure, typ, Union{}, Any,
20+
Expr(:new_opaque_closure, typ, Union{}, Any, true,
2121
Expr(:opaque_closure_method, name, oc_nargs, isva, lno, ci), revs...)
2222
end
2323
end

0 commit comments

Comments
 (0)