diff options
Diffstat (limited to 'src/compiler/glsl/lower_mat_op_to_vec.cpp')
-rw-r--r-- | src/compiler/glsl/lower_mat_op_to_vec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/glsl/lower_mat_op_to_vec.cpp b/src/compiler/glsl/lower_mat_op_to_vec.cpp index 266fdc6..9a27029 100644 --- a/src/compiler/glsl/lower_mat_op_to_vec.cpp +++ b/src/compiler/glsl/lower_mat_op_to_vec.cpp @@ -428,7 +428,7 @@ ir_mat_op_to_vec_visitor::visit_leave(ir_assignment *orig_assign) default: printf("FINISHME: Handle matrix operation for %s\n", - orig_expr->operator_string()); + ir_expression_operation_strings[orig_expr->operation]); abort(); } orig_assign->remove(); |