Make out and error streams be per UI
[deliverable/binutils-gdb.git] / gdb / opencl-lang.c
index 779973579049e3cfb73fc4c6e60ec1798dfb3414..767d3bc73e0236dbb2f512a5dce466ae77317fe6 100644 (file)
@@ -984,7 +984,7 @@ Cannot perform conditional operation on vectors with different sizes"));
                                                "structure");
 
            if (noside == EVAL_AVOID_SIDE_EFFECTS)
-             v = value_zero (value_type (v), not_lval);
+             v = value_zero (value_type (v), VALUE_LVAL (v));
            return v;
          }
       }
This page took 0.043398 seconds and 4 git commands to generate.