From 658a77e532ede5582eaf72d1d94ae988d49910b5 Mon Sep 17 00:00:00 2001 From: Gabriele Svelto Date: Tue, 14 Aug 2018 15:40:57 +0200 Subject: Fixed a typo introduced in revision 16e08520e6027df4bf1934abbfd5e1a088ffb69c BUG=769 Change-Id: I1e118fe31b4a4031275b8b49c4c1eb98745ce21a Reviewed-on: https://chromium-review.googlesource.com/1174571 Reviewed-by: Ted Mielczarek --- src/common/dwarf/functioninfo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') 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; -- cgit v1.2.1