radeonsi: move nir_shader_compiler_options into si_screen
[mesa.git] / src / gallium / drivers / panfrost / pan_assemble.c
index b231fc8e0033b24d72c527aa26ad4a64665cf299..c2fcb3ac59ca89acae4d344f24e95e3d528ee971 100644 (file)
@@ -241,7 +241,7 @@ panfrost_shader_compile(struct panfrost_context *ctx,
         s->info.stage = stage;
 
         /* Call out to Midgard compiler given the above NIR */
-        panfrost_program program = {};
+        panfrost_program program = {0};
         memcpy(program.rt_formats, state->rt_formats, sizeof(program.rt_formats));
 
         if (dev->quirks & IS_BIFROST) {