Fixed a typo introduced in revision 16e08520e6
BUG=769 Change-Id: I1e118fe31b4a4031275b8b49c4c1eb98745ce21a Reviewed-on: https://chromium-review.googlesource.com/1174571 Reviewed-by: Ted Mielczarek <ted.mielczarek@gmail.com>
This commit is contained in:
parent
16e08520e6
commit
658a77e532
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ void CUFunctionInfoHandler::ProcessAttributeUnsigned(uint64 offset,
|
||||||
current_function_info_->file = files_->at(data).name;
|
current_function_info_->file = files_->at(data).name;
|
||||||
break;
|
break;
|
||||||
case DW_AT_ranges:
|
case DW_AT_ranges:
|
||||||
current_function_info->ranges = data;
|
current_function_info_->ranges = data;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue