Skip to content

Commit

Permalink
Update interpreter.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Dec 7, 2024
1 parent 952f277 commit c7ef6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/interpreter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function rule_backedge_holder_generator(world::UInt, source, self, ft::Type)
has_ambig = Ptr{Int32}(C_NULL)
mthds = Base._methods_by_ftype(
sig,
method_table,
nothing,
-1, #=lim=#
world,
false, #=ambig=#
Expand Down

0 comments on commit c7ef6b6

Please sign in to comment.