r300g: abort if FS compilation fails on non-debug builds
This commit is contained in:
@@ -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... */
|
||||
|
||||
Reference in New Issue
Block a user