Skip to content

Commit

Permalink
fixup! fix unordered_map formatter for old compressed_pair layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael137 committed Jul 9, 2024
1 parent af53c71 commit dcc6e17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ lldb::ValueObjectSP lldb_private::formatters::
if (!first_sp)
return {};

compressed_pair_layout_getter(*p1_sp);
compressed_pair_layout_getter(*first_sp);
} else {
p1_sp = m_backend.GetChildAtNamePath({"__table_", "__first_node_"});
compressed_pair_layout_getter(*p1_sp);
Expand Down

0 comments on commit dcc6e17

Please sign in to comment.