diff options
author | Emil Velikov <[email protected]> | 2011-09-10 14:07:07 -0500 |
---|---|---|
committer | Bryan Cain <[email protected]> | 2011-09-10 14:09:29 -0500 |
commit | f0bfc0daa87578ce8b11383afb99dbf2d2630e23 (patch) | |
tree | 522c77932c463f2472ed71ab21482aaaece36960 /src/gallium/auxiliary/tgsi | |
parent | 1465dc26a540e2b6f8a055cf0ab48f774a3775bf (diff) |
tgsi: fix typo in commit 324ac982d8e7
Reviewed-by: Bryan Cain <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/tgsi')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.c b/src/gallium/auxiliary/tgsi/tgsi_exec.c index ce6399c56b8..b4eea546b73 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_exec.c +++ b/src/gallium/auxiliary/tgsi/tgsi_exec.c @@ -4153,7 +4153,7 @@ exec_instruction( break; case TGSI_OPCODE_UCMP: - exec_vector_trinary(mach, inst, micro_ucmp, TGSI_EXEC_DATA_FLOAT, TGSI_EXEC_DATA_UINT); + exec_vector_trinary(mach, inst, micro_ucmp, TGSI_EXEC_DATA_UINT, TGSI_EXEC_DATA_UINT); break; default: |