OSDN Git Service

aubinator: remove duplicate initialisation
authorEric Engestrom <eric.engestrom@imgtec.com>
Fri, 1 Sep 2017 15:55:55 +0000 (16:55 +0100)
committerEric Engestrom <eric.engestrom@imgtec.com>
Fri, 1 Sep 2017 16:06:43 +0000 (17:06 +0100)
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
src/intel/tools/aubinator_error_decode.c

index 636f56a..ed4d6f6 100644 (file)
@@ -314,7 +314,6 @@ static void decode(struct gen_spec *spec,
                   .command = inst->name,
                   .command_offset = offset,
                   .instruction_base_address = current_instruction_base_address,
-                  .ksp = ksp[0],
                   .ksp = ksp[0], /* SIMD8 shader is specified by ksp[0] */
                };
             }