Skip to content

Commit

Permalink
Fix UndefVarError (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion authored and michel2323 committed Nov 7, 2023
1 parent ff0a751 commit b22aa92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5207,7 +5207,7 @@ function jl_array_ptr_copy_fwd(B, orig, gutils, normalR, shadowR)

if width == 1
vargs = args
cal = call_samefunc_with_inverted_bundles!(b, gutils, orig, vargs, valTys, #=lookup=#false)
cal = call_samefunc_with_inverted_bundles!(B, gutils, orig, vargs, valTys, #=lookup=#false)
debug_from_orig!(gutils, cal, orig)
callconv!(cal, callconv(orig))
else
Expand Down

0 comments on commit b22aa92

Please sign in to comment.