diff options
Diffstat (limited to 'gdb/dwarf2expr.c')
-rw-r--r-- | gdb/dwarf2expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2expr.c b/gdb/dwarf2expr.c index 1dfbc0f..3a388ac 100644 --- a/gdb/dwarf2expr.c +++ b/gdb/dwarf2expr.c @@ -272,7 +272,7 @@ dwarf_expr_context::fetch_in_stack_memory (int n) /* Return true if the expression stack is empty. */ -int +bool dwarf_expr_context::stack_empty_p () const { return this->stack_len == 0; |