summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/freedreno')
-rw-r--r--src/gallium/drivers/freedreno/a3xx/fd3_program.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/a3xx/fd3_program.c b/src/gallium/drivers/freedreno/a3xx/fd3_program.c
index b5544e8c358..2e2a66dc616 100644
--- a/src/gallium/drivers/freedreno/a3xx/fd3_program.c
+++ b/src/gallium/drivers/freedreno/a3xx/fd3_program.c
@@ -300,7 +300,7 @@ find_output(const struct fd3_shader_variant *so, fd3_semantic semantic)
return find_output(so, fd3_semantic_name(TGSI_SEMANTIC_COLOR, idx));
}
- assert(0);
+ debug_assert(0);
return 0;
}