Skip to content

Commit f805dbb

Browse files
n2h9JDevlieghere
andauthored
Update lldb/include/lldb/Core/Disassembler.h
Co-authored-by: Jonas Devlieghere <[email protected]>
1 parent 31e91cf commit f805dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/include/lldb/Core/Disassembler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ struct VariableAnnotation {
589589
/// per-instruction "events" like `name = RDI` or `name = <undef>`.
590590
class VariableAnnotator {
591591
// Live state from the previous instruction, keyed by Variable::GetID().
592-
llvm::DenseMap<lldb::user_id_t, VariableAnnotation> Live_;
592+
llvm::DenseMap<lldb::user_id_t, VariableAnnotation> m_live_vars;
593593

594594
static constexpr const char *kUndefLocation = "undef";
595595

0 commit comments

Comments
 (0)