Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Nov 21, 2024
1 parent 93a132a commit 0325b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion far/tracer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ void tracer_detail::tracer::get_symbol(string_view const Module, const void* Ptr
{
SCOPED_ACTION(with_symbols)(Module);

os::debug::stack_frame const Stack[]{ { std::bit_cast<uintptr_t>(Ptr), INLINE_FRAME_CONTEXT_INIT } };
os::debug::stack_frame const Stack[]{ { std::bit_cast<uintptr_t>(Ptr), INLINE_FRAME_CONTEXT_IGNORE } };

os::debug::symbols::get(Module, Stack, *m_MapFiles, [&](uintptr_t const Address, string_view const ImageName, bool const InlineFrame, os::debug::symbols::symbol const Symbol, os::debug::symbols::location const Location)
{
Expand Down

0 comments on commit 0325b6b

Please sign in to comment.