gdb:
[deliverable/binutils-gdb.git] / gdb / spu-tdep.c
index 502fc83cb5d31b6dd8e108ccc9d3dcc771370628..6e2fdb7212e0fc29dbfa2207803ea1c62a39babe 100644 (file)
@@ -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;
This page took 0.02424 seconds and 4 git commands to generate.