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:
Jesse Natalie 2023-07-07 09:18:21 -07:00 committed by Marge Bot
parent 158813816e
commit 511116d630

View file

@ -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};