Use type_instance_flags more throughout
[deliverable/binutils-gdb.git] / gdb / eval.c
index e5e88f3c9bfe60009e15f1d857c2dd7a189cf410..1177f7444e6814ffac2aa0ce5bdd0202aeddb9c7 100644 (file)
@@ -659,7 +659,7 @@ fake_method::fake_method (type_instance_flags flags,
   TYPE_LENGTH (type) = 1;
   type->set_code (TYPE_CODE_METHOD);
   TYPE_CHAIN (type) = type;
-  TYPE_INSTANCE_FLAGS (type) = flags;
+  type->set_instance_flags (flags);
   if (num_types > 0)
     {
       if (param_types[num_types - 1] == NULL)
This page took 0.023943 seconds and 4 git commands to generate.