Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Aug 9, 2024
1 parent 55f27cd commit 1141cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/typeunstablerules.jl
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ end
for i in 1:N
@inbounds expr[i] = quote
begin
dv = dptrs[$i]
dv = ptrs[$i]
getfield(dv isa Base.RefValue ? dv[] : dv, symname)
end
end
Expand Down

0 comments on commit 1141cca

Please sign in to comment.