mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 10:09:16 +08:00
2011-03-05 Michael Snyder <msnyder@vmware.com>
* dwarf2expr.c (execute_stack_op): Delete superfluous semicolon. * mdebugread.c (parse_symbol): Ditto. * parse.c (parse_exp_in_context): Ditto. * source.c (add_path): Ditto. * utils.c (gnu_debuglink_crc32): Ditto. * varobj.c (variable_language): Ditto.
This commit is contained in:
@ -2358,7 +2358,7 @@ variable_language (struct varobj *var)
|
||||
static int
|
||||
number_of_children (struct varobj *var)
|
||||
{
|
||||
return (*var->root->lang->number_of_children) (var);;
|
||||
return (*var->root->lang->number_of_children) (var);
|
||||
}
|
||||
|
||||
/* What is the expression for the root varobj VAR? Returns a malloc'd
|
||||
|
Reference in New Issue
Block a user