2016-03-29 Don Breazeal <donb@codesourcery.com>

* gdb/value.c (value_actual_type): Fix formatting issue.
This commit is contained in:
Don Breazeal
2016-03-29 10:27:43 -07:00
parent 9885948fc9
commit 444bca650a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2016-03-29 Don Breazeal <donb@codesourcery.com>
* gdb/value.c (value_actual_type): Fix formatting issue.
2016-03-24 Yao Qi <yao.qi@linaro.org>
* gdb.reverse/break-reverse.exp: Add quotation mark in the

View File

@ -1203,7 +1203,7 @@ value_actual_type (struct value *value, int resolve_simple_types,
/* If result's target type is TYPE_CODE_STRUCT, proceed to
fetch its rtti type. */
if ((TYPE_CODE (result) == TYPE_CODE_PTR
|| TYPE_CODE (result) == TYPE_CODE_REF)
|| TYPE_CODE (result) == TYPE_CODE_REF)
&& TYPE_CODE (check_typedef (TYPE_TARGET_TYPE (result)))
== TYPE_CODE_STRUCT)
{