mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
nir: fix a typo in NIR_PASS_ASSERT_NO_PROGRESS for non-debug builds
Fixes: 4e834b4321 - nir: add NIR_PASS_ASSERT_NO_PROGRESS
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38608>
This commit is contained in:
parent
d9d3f6703c
commit
5ee9a76058
1 changed files with 1 additions and 1 deletions
|
|
@ -4997,7 +4997,7 @@ void _nir_assert_no_progress(bool progress, const char *when);
|
|||
} while (0)
|
||||
|
||||
#else
|
||||
#define NIR_ASSERT_PASS_NO_PROGRESS(nir, pass, ...)
|
||||
#define NIR_PASS_ASSERT_NO_PROGRESS(nir, pass, ...)
|
||||
#endif
|
||||
|
||||
/** An instruction filtering callback with writemask
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue