mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
radv: Fix label name
Reviewed-by: Eric Engestrom <eric@igalia.com> Acked-by: Daniel Stone <daniels@collabora.com> Acked-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24042>
This commit is contained in:
parent
158813816e
commit
511116d630
1 changed files with 1 additions and 1 deletions
|
|
@ -2047,7 +2047,7 @@ radv_shader_create_uncached(struct radv_device *device, const struct radv_shader
|
|||
|
||||
if (binary->type == RADV_BINARY_TYPE_RTLD) {
|
||||
#if !defined(USE_LIBELF)
|
||||
goto fail;
|
||||
goto out;
|
||||
#else
|
||||
struct ac_rtld_binary rtld_binary = {0};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue