Skip to content

Commit 6fd68ec

Browse files
committed
Adjust to Core.MethodTable -> Core.methodtable
1 parent 0c38e91 commit 6fd68ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/juliac/abi_export.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ function write_abi_metadata(io::IO)
202202

203203
# discover all exported methods + any types they reference
204204
exported = Core.Method[]
205-
Base.visit(Core.GlobalMethods) do method
205+
Base.visit(Core.methodtable) do method
206206
if isdefined(method, :ccallable)
207207
push!(exported, method)
208208
(rt, sig) = method.ccallable

0 commit comments

Comments
 (0)