Skip to content

Commit bbba2b7

Browse files
committed
for debug info
1 parent c6259cf commit bbba2b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ function is_memory_ref_field2_an_offset(@nospecialize(T::Type{<:GenericMemoryRef
468468
# 0 = inlinealloc
469469
# 1 = isboxed
470470
# 2 = isbitsunion
471-
471+
ccall(:jl_, Cvoid, (Any,), (T, ET))
472472
return (ET isa Union || (Base.datatype_arrayelem(ET) == 2)) || Base.datatype_layoutsize(ET) == 0
473473
end
474474

0 commit comments

Comments
 (0)