2002-05-14 Daniel Jacobowitz <drow@mvista.com>
[deliverable/binutils-gdb.git] / gdb / c-typeprint.c
index 8436bcadfd21c3614fbbd6f4eb6f5149781302a7..430d5674f246d19cfbf90e83e0a92cf41ec88a1e 100644 (file)
@@ -316,7 +316,7 @@ c_type_print_modifier (struct type *type, struct ui_file *stream,
       did_print_modifier = 1;
     }
 
-  address_space_id = address_space_int_to_name (TYPE_FLAGS (type));
+  address_space_id = address_space_int_to_name (TYPE_INSTANCE_FLAGS (type));
   if (address_space_id)
     {
       if (did_print_modifier || need_pre_space)
This page took 0.026681 seconds and 4 git commands to generate.