diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/ilo/shader/toy_compiler_disasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/shader/toy_compiler_disasm.c b/src/gallium/drivers/ilo/shader/toy_compiler_disasm.c index e9cd18731b6..f70b93d7ccf 100644 --- a/src/gallium/drivers/ilo/shader/toy_compiler_disasm.c +++ b/src/gallium/drivers/ilo/shader/toy_compiler_disasm.c @@ -1159,7 +1159,7 @@ disasm_printer_add_mdesc_sampler(struct disasm_printer *printer, if (ilo_dev_gen(inst->dev) >= ILO_GEN(7)) { op = GEN_EXTRACT(mdesc, GEN7_MSG_SAMPLER_OP); simd = GEN_EXTRACT(mdesc, GEN7_MSG_SAMPLER_SIMD); - } { + } else { op = GEN_EXTRACT(mdesc, GEN6_MSG_SAMPLER_OP); simd = GEN_EXTRACT(mdesc, GEN6_MSG_SAMPLER_SIMD); } |