Skip to content

Commit 71a5544

Browse files
committed
fix v1.10 compat
1 parent 3c91e86 commit 71a5544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CassetteOverlay.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ macro overlaypass(args...)
106106

107107
if method_table !== :nothing
108108
mthd_tbl = :($CassetteOverlay.methodtable(world::UInt, ::Type{$PassName}) =
109-
Base.Compiler.OverlayMethodTable(world, $(esc(method_table))))
109+
Core.Compiler.OverlayMethodTable(world, $(esc(method_table))))
110110
else
111111
mthd_tbl = nothing
112112
end

0 commit comments

Comments
 (0)