소스 검색

freedreno/ir3: fix compiler warn

Signed-off-by: Rob Clark <robclark@freedesktop.org>
tags/12.0-branchpoint
Rob Clark 9 년 전
부모
커밋
3ca034cada
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/gallium/drivers/freedreno/ir3/ir3_compiler_nir.c

+ 1
- 1
src/gallium/drivers/freedreno/ir3/ir3_compiler_nir.c 파일 보기

@@ -1109,7 +1109,7 @@ emit_intrinsic_store_var(struct ir3_compile *ctx, nir_intrinsic_instr *intr)
default:
compile_error(ctx, "Unhandled store deref type: %u\n",
darr->deref_array_type);
break;
return;
}

for (int i = 0; i < intr->num_components; i++) {

Loading…
취소
저장