]> Git Repo - binutils.git/blobdiff - gdb/coffread.c
gdb: add type::is_unsigned / type::set_is_unsigned
[binutils.git] / gdb / coffread.c
index 1592dc645cdb7e07dc64b2f285f43d9ef86fe711..a43d9e2679ee7f3faa14737c55af25a58ce21e10 100644 (file)
@@ -2152,7 +2152,7 @@ coff_read_enum_type (int index, int length, int lastsym,
     }
 
   if (unsigned_enum)
-    TYPE_UNSIGNED (type) = 1;
+    type->set_is_unsigned (true);
 
   return type;
 }
This page took 0.023948 seconds and 4 git commands to generate.