diff --git a/.pick_status.json b/.pick_status.json index e646517ca83..285507cbd48 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1254,7 +1254,7 @@ "description": "pan/compiler: Fix progress reporting in pan_nir_lower_store_component", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null, "notes": null diff --git a/src/panfrost/util/pan_lower_store_component.c b/src/panfrost/util/pan_lower_store_component.c index c0f19f86f5e..a5aa3443896 100644 --- a/src/panfrost/util/pan_lower_store_component.c +++ b/src/panfrost/util/pan_lower_store_component.c @@ -90,7 +90,7 @@ lower_store_component(nir_builder *b, nir_intrinsic_instr *intr, void *data) } _mesa_hash_table_u64_insert(slots, slot, intr); - return false; + return true; } bool