Jason Ekstrand <[email protected]> writes: > @@ -563,7 +557,7 @@ copy_deref_array(void *mem_ctx, nir_deref_array *deref) > ret->base_offset = deref->base_offset; > ret->deref_array_type = deref->deref_array_type; > if (deref->deref_array_type == nir_deref_array_type_indirect) { > - ret->indirect = nir_src_copy(deref->indirect, mem_ctx); > + nir_src_copy(&ret->indirect, &deref->indirect, mem_ctx); > } > ret->deref.type = deref->deref.type; > if (deref->deref.child)
Unintentional whitespace change? Other than that, Reviewed-by: Eric Anholt <[email protected]>
signature.asc
Description: PGP signature
_______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
