diff options
Diffstat (limited to 'gdb/expprint.c')
-rw-r--r-- | gdb/expprint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/expprint.c b/gdb/expprint.c index d7ad1a71878..a22499f4833 100644 --- a/gdb/expprint.c +++ b/gdb/expprint.c @@ -869,6 +869,7 @@ dump_subexp_body_standard (struct expression *exp, case UNOP_MIN: case UNOP_ODD: case UNOP_TRUNC: + case UNOP_KIND: elt = dump_subexp (exp, stream, elt); break; case OP_LONG: |