diff --git a/src/compiler/glsl/ir.cpp b/src/compiler/glsl/ir.cpp index 1d65cbcf7ad..811e2950270 100644 --- a/src/compiler/glsl/ir.cpp +++ b/src/compiler/glsl/ir.cpp @@ -574,7 +574,7 @@ ir_expression::ir_expression(int op, ir_rvalue *op0, ir_rvalue *op1) base = GLSL_TYPE_UINT64; break; default: - unreachable(!"Invalid base type."); + unreachable("Invalid base type."); } this->type = glsl_type::get_instance(base, op0->type->vector_elements, 1);