Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov authored May 13, 2024
1 parent 1416ec4 commit eec8c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ function fsmi_generator(world::UInt, source::LineNumberNode, passtype, fsmitype:
ci.max_world = max_world
ci.edges = Core.MethodInstance[mi]
if isdefined(Base, :__has_internal_change) && Base.__has_internal_change(v"1.12-alpha", :codeinfonargs) # due to julia#54341
src.nargs = 3
src.isva = true
ci.nargs = 3
ci.isva = true
end
return ci
end
Expand Down

0 comments on commit eec8c7d

Please sign in to comment.