diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/common/dwarf/functioninfo.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; |