diff options
Diffstat (limited to 'gdb/ch-exp.y')
-rw-r--r-- | gdb/ch-exp.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ch-exp.y b/gdb/ch-exp.y index 2789d76..a618283 100644 --- a/gdb/ch-exp.y +++ b/gdb/ch-exp.y @@ -309,7 +309,7 @@ yyerror PARAMS ((char *)); /* Z.200, 5.3.1 */ -start : value +start : value { } | mode_name { write_exp_elt_opcode(OP_TYPE); write_exp_elt_type($1.type); |