Fix the disassembly of MSP430 extended index addressing mode.
[deliverable/binutils-gdb.git] / gdb / c-varobj.c
index 73e785c5e50c3a12b788917292ea704359ea2a1b..9c2860d28867c34e92325378e7dff4b7e7d5c96d 100644 (file)
@@ -1,6 +1,6 @@
 /* varobj support for C and C++.
 
-   Copyright (C) 1999-2013 Free Software Foundation, Inc.
+   Copyright (C) 1999-2014 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -531,8 +531,8 @@ cplus_number_of_children (struct varobj *var)
         }
       adjust_value_for_child_access (&value, &type, NULL, lookup_actual_type);
 
-      if (((TYPE_CODE (type)) == TYPE_CODE_STRUCT) ||
-         ((TYPE_CODE (type)) == TYPE_CODE_UNION))
+      if (((TYPE_CODE (type)) == TYPE_CODE_STRUCT)
+         || ((TYPE_CODE (type)) == TYPE_CODE_UNION))
        {
          int kids[3];
 
This page took 0.025519 seconds and 4 git commands to generate.