Skip to content

Commit

Permalink
Incorporate #51405
Browse files Browse the repository at this point in the history
  • Loading branch information
BioTurboNick committed Sep 27, 2023
1 parent ffba47b commit 7a43224
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion base/stacktraces.jl
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ Base.@constprop :none function lookup(pointer::Ptr{Cvoid})
elseif miroots !== nothing
linfo = lookup_inline_frame_info(func, file, miroots)
end
linfo = linfo === nothing ? parentmodule(res[i + 1]) : linfo # e.g. `macro expansion`
end
res[i] = StackFrame(func, file, linenum, linfo, info[5]::Bool, info[6]::Bool, pointer)
end
Expand Down

0 comments on commit 7a43224

Please sign in to comment.