New target methods for memory tagging support
[deliverable/binutils-gdb.git] / gdb / c-typeprint.c
index b6f1eee760abae36a406995d769ec4543cca1c84..b861aafbdc9b6a2a93eed9235c4219402d2e20a3 100644 (file)
@@ -1,5 +1,5 @@
 /* Support for printing C and C++ types for GDB, the GNU debugger.
-   Copyright (C) 1986-2020 Free Software Foundation, Inc.
+   Copyright (C) 1986-2021 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -528,7 +528,7 @@ c_type_print_modifier (struct type *type, struct ui_file *stream,
     }
 
   address_space_id
-    = address_space_type_instance_flags_to_name (get_type_arch (type),
+    = address_space_type_instance_flags_to_name (type->arch (),
                                                 type->instance_flags ());
   if (address_space_id)
     {
This page took 0.025671 seconds and 4 git commands to generate.