diff options
Diffstat (limited to 'gdb/stabsread.c')
-rw-r--r-- | gdb/stabsread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/stabsread.c b/gdb/stabsread.c index 0e09368..f914e1e 100644 --- a/gdb/stabsread.c +++ b/gdb/stabsread.c @@ -1916,7 +1916,7 @@ again: if (is_string) TYPE_CODE (type) = TYPE_CODE_STRING; if (is_vector) - TYPE_FLAGS (type) |= TYPE_FLAG_VECTOR; + make_vector_type (type); break; case 'S': /* Set or bitstring type */ |