diff options
author | Michael Snyder <msnyder@vmware.com> | 2011-03-06 01:32:47 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2011-03-06 01:32:47 +0000 |
commit | b27cf2b3df14c7ed3ac68c35f4575b53c51f9f4b (patch) | |
tree | 106802fba054740e94cb6f6c3886cd027ec63d5f /gdb/dwarf2expr.c | |
parent | 5387a0c6980825398784ecc6de5e91898e7e0857 (diff) | |
download | gdb-b27cf2b3df14c7ed3ac68c35f4575b53c51f9f4b.zip gdb-b27cf2b3df14c7ed3ac68c35f4575b53c51f9f4b.tar.gz gdb-b27cf2b3df14c7ed3ac68c35f4575b53c51f9f4b.tar.bz2 |
2011-03-05 Michael Snyder <msnyder@vmware.com>
* source.c (add_path): Replace semicolon at end of block.
* dwarf2expr.c (execute_stack_op): Ditto.
Diffstat (limited to 'gdb/dwarf2expr.c')
-rw-r--r-- | gdb/dwarf2expr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/dwarf2expr.c b/gdb/dwarf2expr.c index 450a57f..8d1810e 100644 --- a/gdb/dwarf2expr.c +++ b/gdb/dwarf2expr.c @@ -912,6 +912,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: + ; } /* To simplify our main caller, if the result is an implicit |