diff options
Diffstat (limited to 'gdb/parse.c')
-rw-r--r-- | gdb/parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/parse.c b/gdb/parse.c index bb6e0e656aa..7d157fe99b3 100644 --- a/gdb/parse.c +++ b/gdb/parse.c @@ -853,6 +853,7 @@ operator_length_standard (const struct expression *expr, int endpos, case OP_BOOL: case OP_LAST: case OP_INTERNALVAR: + case OP_VAR_ENTRY_VALUE: oplen = 3; break; |