forked from Imagelibrary/binutils-gdb
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:
@@ -911,7 +911,7 @@ execute_stack_op (struct dwarf_expr_context *ctx,
|
||||
|
||||
/* Most things push a result value. */
|
||||
dwarf_expr_push (ctx, result, in_stack_memory);
|
||||
no_push:;
|
||||
no_push:
|
||||
}
|
||||
|
||||
/* To simplify our main caller, if the result is an implicit
|
||||
|
||||
Reference in New Issue
Block a user