Skip to content

Commit 27f29a2

Browse files
authored
fix for master julia (#246)
1 parent ee47df7 commit 27f29a2

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
@@ -348,7 +348,7 @@ function Base.StackTraces.StackFrame(frame::Frame)
348348
atypes = Tuple{typeof.(method_args)...}
349349
sig = method.sig
350350
sparams = Core.svec(frame.framedata.sparams...)
351-
mi = Core.Compiler.code_for_method(method, atypes, sparams, typemax(UInt))
351+
mi = specialize_method(method, atypes, sparams)
352352
else
353353
mi = frame.framecode.src
354354
end

0 commit comments

Comments
 (0)