Skip to content

Commit 7e7ae05

Browse files
committed
[lldb] [disassembler] chore: enhance VariableAnnotator to return structured data: introduce VariableAnnotator::AnnotateStructured method: fix typo
Signed-off-by: Nikita B <[email protected]>
1 parent 7d03658 commit 7e7ae05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Core/Disassembler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ VariableAnnotator::AnnotateStructured(Instruction &inst) {
425425
type_name = type_str;
426426

427427
current_vars.try_emplace(
428-
f v->GetID(),
428+
v->GetID(),
429429
VariableAnnotation{std::string(name), std::string(loc), true,
430430
entry.expr->GetRegisterKind(), entry.file_range,
431431
decl_file, decl_line, type_name});

0 commit comments

Comments
 (0)