mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
etnaviv: abort() instead of assert(0) on compiler error
Signed-off-by: Italo Nicola <italonicola@collabora.com> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22210>
This commit is contained in:
parent
debc543904
commit
3b7d35bb99
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ struct etna_compile {
|
|||
#define compile_error(ctx, args...) ({ \
|
||||
printf(args); \
|
||||
ctx->error = true; \
|
||||
assert(0); \
|
||||
abort(); \
|
||||
})
|
||||
|
||||
enum {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue