* Rename remote-es1800.c to remote-es.c
[deliverable/binutils-gdb.git] / gdb / cp-valprint.c
index 3e4068560f8e4a9a8458787293b9d1e8c7612c3e..680a75dc699966a35105f64f52d17d895076b2a6 100644 (file)
@@ -116,6 +116,8 @@ cp_print_class_method (valaddr, type, stream)
          for (j = 0; j < len2; j++)
            {
              QUIT;
+             if (TYPE_FN_FIELD_STUB (f, j))
+               check_stub_method (domain, i, j);
              if (STREQ (SYMBOL_NAME (sym), TYPE_FN_FIELD_PHYSNAME (f, j)))
                {
                  goto common;
This page took 0.023194 seconds and 4 git commands to generate.