Skip to content

Commit

Permalink
Core.sizeof isn't the same as Core.Compiler.sizeof (JuliaLang#46404)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith authored Aug 19, 2022
1 parent b9b60fc commit cbde379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/compiler/tfuncs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1854,7 +1854,7 @@ const _INACCESSIBLEMEM_BUILTINS = Any[
apply_type,
arraysize,
Core.ifelse,
sizeof,
Core.sizeof,
svec,
fieldtype,
isa,
Expand Down

0 comments on commit cbde379

Please sign in to comment.