diff options
Diffstat (limited to 'gdb/spu-tdep.c')
-rw-r--r-- | gdb/spu-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/spu-tdep.c b/gdb/spu-tdep.c index 502fc83..6e2fdb7 100644 --- a/gdb/spu-tdep.c +++ b/gdb/spu-tdep.c @@ -78,7 +78,7 @@ spu_builtin_type_vec128 (struct gdbarch *gdbarch) append_composite_type_field (t, "v4_float", init_vector_type (builtin_type_float, 4)); - TYPE_FLAGS (t) |= TYPE_FLAG_VECTOR; + TYPE_VECTOR (t) = 1; TYPE_NAME (t) = "spu_builtin_type_vec128"; tdep->spu_builtin_type_vec128 = t; |