This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
glsl: Mark path as unreachable.
tags/10.6-branchpoint
Matt Turner
10 years ago
parent
ea0c35faf8
commit
8e414cbdec
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/glsl/ast_function.cpp
+ 1
- 1
src/glsl/ast_function.cpp
View File
@@ -1791,7 +1791,7 @@ ast_function_expression::hir(exec_list *instructions,
return value;
}
return ir_rvalue::error_value(ctx
);
unreachable("not reached"
);
}
ir_rvalue *
Write
Preview
Loading…
Cancel
Save