diff --git a/src/common/dwarf/functioninfo.cc b/src/common/dwarf/functioninfo.cc index a0def62e..ee198fc5 100644 --- a/src/common/dwarf/functioninfo.cc +++ b/src/common/dwarf/functioninfo.cc @@ -185,7 +185,7 @@ void CUFunctionInfoHandler::ProcessAttributeUnsigned(uint64 offset, current_function_info_->file = files_->at(data).name; break; case DW_AT_ranges: - current_function_info->ranges = data; + current_function_info_->ranges = data; break; default: break;