r300g: abort if FS compilation fails on non-debug builds

This commit is contained in:
Marek Olšák 2010-03-07 01:12:57 +01:00
parent 09653d65e9
commit 6f4a19ca56

View file

@ -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... */