]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/objc-lang.c
Always pass an explicit language down to c_type_print
[thirdparty/binutils-gdb.git] / gdb / objc-lang.c
index 00c362c5c9c8a370f7b686665701ba2413ba86ba..37008da529a688ba87533879de0e8bbe2c34039b 100644 (file)
@@ -270,7 +270,7 @@ public:
                   struct ui_file *stream, int show, int level,
                   const struct type_print_options *flags) const override
   {
-    c_print_type (type, varstring, stream, show, level, flags);
+    c_print_type (type, varstring, stream, show, level, la_language, flags);
   }
 
   /* See language.h.  */