Indented file using gdb_indent.sh.
[deliverable/binutils-gdb.git] / gdb / expprint.c
index cb6171139716f3c2f0358ae328dcbdc4dacd6616..09e7db69b3ad9bd801a2f78c6f55ad94ec867365 100644 (file)
@@ -334,7 +334,7 @@ print_subexp (register struct expression *exp, register int *pos,
       (*pos) += 2;
       if ((int) prec > (int) PREC_PREFIX)
        fputs_filtered ("(", stream);
-      if (exp->elts[pc + 1].type->code == TYPE_CODE_FUNC &&
+      if (TYPE_CODE (exp->elts[pc + 1].type) == TYPE_CODE_FUNC &&
          exp->elts[pc + 3].opcode == OP_LONG)
        {
          /* We have a minimal symbol fn, probably.  It's encoded
This page took 0.023372 seconds and 4 git commands to generate.