Change {lookup,make}_reference_type API
[deliverable/binutils-gdb.git] / gdb / parse.c
index e6f6805bfa10fbe2dd2371c80ace86818cb3ef4e..23c636f6c7e7db6427dbf246939ce5095efc2a89 100644 (file)
@@ -1686,7 +1686,7 @@ follow_types (struct type *follow_type)
        make_addr_space = 0;
        break;
       case tp_reference:
-       follow_type = lookup_reference_type (follow_type);
+       follow_type = lookup_lvalue_reference_type (follow_type);
        if (make_const)
          follow_type = make_cv_type (make_const, 
                                      TYPE_VOLATILE (follow_type), 
This page took 0.029306 seconds and 4 git commands to generate.