Skip to content

Commit

Permalink
Update orcv2.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Dec 6, 2024
1 parent 81c60c2 commit b078f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/orcv2.jl
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ function lookup(name)
@static if sizeof(Int) == sizeof(Int64)
LLVM.lookup(jit[].jit, name)
else
UInt(LLVM.lookup(jit[].jit, name))
UInt(reinterpret(UInt64, LLVM.lookup(jit[].jit, name)))
end
end

Expand Down

0 comments on commit b078f74

Please sign in to comment.