2004-01-20 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / mi / mi-cmd-stack.c
index af967858180414da486034591f0e7c4b046ba402..9a2a9ec1a2ed9827a4e56c6849e02680f6943e7a 100644 (file)
@@ -286,12 +286,12 @@ list_args_or_locals (int locals, int values, struct frame_info *fi)
          if (print_me)
            {
              struct cleanup *cleanup_tuple = NULL;
+             struct symbol *sym2;
              if (values != PRINT_NO_VALUES)
                cleanup_tuple =
                  make_cleanup_ui_out_tuple_begin_end (uiout, NULL);
              ui_out_field_string (uiout, "name", SYMBOL_PRINT_NAME (sym));
 
-             struct symbol *sym2;
              if (!locals)
                sym2 = lookup_symbol (SYMBOL_NATURAL_NAME (sym),
                                      block, VAR_DOMAIN,
This page took 0.025274 seconds and 4 git commands to generate.