Skip to content

Commit

Permalink
Update customrules.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Sep 30, 2024
1 parent 9a98e58 commit e074c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/customrules.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ end
end

if !forward
funcTy = rev_TT.parameters[isKWCall ? 5 : 2 + (!applicablefn)]
funcTy = rev_TT.parameters[(isKWCall ? 5 : 2) + (!applicablefn)]
if needsTape
@assert tape != C_NULL
tape_idx =
Expand Down

0 comments on commit e074c47

Please sign in to comment.