Skip to content

Commit

Permalink
core.codeinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
chengchingwen committed Nov 5, 2024
1 parent def1210 commit b729e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cache.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function __cacheget_generator__(world, source, self, cache, x, args #= for `retu
Expr(Symbol("scope-block"), Expr(:block, Expr(:meta, :inline), Expr(:return, body))))
ci = ccall(:jl_expand, Any, (Any, Any), expr, @__MODULE__)
ci.inlineable = true
if hasfield(CodeInfo, :nargs)
if hasfield(Core.CodeInfo, :nargs)
ci.nargs = 4
ci.isva = true
end
Expand Down

0 comments on commit b729e36

Please sign in to comment.