pvr: fix buggy usage of unreachable()

Cc: mesa-stable
Signed-off-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22529>
This commit is contained in:
Eric Engestrom 2023-04-17 13:01:27 +01:00 committed by Marge Bot
parent f5ed1c79ae
commit 2f9520a5d0

View file

@ -5736,7 +5736,7 @@ static void pvr_emit_dirty_vdm_state(struct pvr_cmd_buffer *const cmd_buffer,
break;
default:
unreachable(!"Invalid index type");
unreachable("Invalid index type");
}
}
}