42f5f9cb8f
This loop can never execute. On entry we have offset = offsetBase and offsetBase >= stackSize, so the condition offset < stackSize is always false. The git history suggests that this was always broken this way. Reviewed-by: Karol Herbst <kherbst@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23006>