Skip to content

Commit

Permalink
fixup! fixup! fixup! forward sv and interp instead
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Dec 3, 2024
1 parent 26a7ebb commit 56e8d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/EnzymeCore/src/rules.jl
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ end

function is_inactive_from_sig(@nospecialize(interp::Core.Compiler.AbstractInterpreter),
@nospecialize(TT), sv::Core.Compiler.AbsIntState)
return isapplicable(inactive, TT; world, method_table, caller)
return isapplicable(interp, inactive, TT, sv)
end
"""
inactive_noinl(func::typeof(f), args...)
Expand Down

0 comments on commit 56e8d57

Please sign in to comment.