mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-05 03:50:34 +02:00
r300g: abort if FS compilation fails on non-debug builds
This commit is contained in:
parent
09653d65e9
commit
6f4a19ca56
1 changed files with 1 additions and 0 deletions
|
|
@ -207,6 +207,7 @@ static void r300_translate_fragment_shader(
|
|||
DBG(r300, DBG_FP, "r300: Error compiling fragment program: %s\n",
|
||||
compiler.Base.ErrorMsg);
|
||||
assert(0);
|
||||
abort();
|
||||
}
|
||||
|
||||
/* And, finally... */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue