diff --git a/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp b/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp index b1436575d881c..b29c153367594 100644 --- a/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp +++ b/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp @@ -129,7 +129,7 @@ static DWARFExpression MakeLocationExpressionInternal(lldb::ModuleSP module, } static bool MakeRegisterBasedLocationExpressionInternal( - Stream &stream, llvm::codeview::RegisterId reg, RegisterKind register_kind, + Stream &stream, llvm::codeview::RegisterId reg, RegisterKind ®ister_kind, llvm::Optional relative_offset, lldb::ModuleSP module) { uint32_t reg_num = GetRegisterNumber(module->GetArchitecture().GetMachine(), reg, register_kind);