summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2014-11-21 15:04:02 -0800
committerMatt Turner <mattst88@gmail.com>2014-11-24 14:09:23 -0800
commitff966aff999ceefd61f6e3eee1f1a60b8138d4d8 (patch)
tree59ec39b0336a941b343739ec59a772aca495deb0
parentb754e525325d6a04d2c43372cd359486ff69b812 (diff)
downloadexternal_mesa3d-ff966aff999ceefd61f6e3eee1f1a60b8138d4d8.zip
external_mesa3d-ff966aff999ceefd61f6e3eee1f1a60b8138d4d8.tar.gz
external_mesa3d-ff966aff999ceefd61f6e3eee1f1a60b8138d4d8.tar.bz2
i965/disasm: Fix all32h/any32h predicate disassembly.
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
-rw-r--r--src/mesa/drivers/dri/i965/brw_disasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_disasm.c b/src/mesa/drivers/dri/i965/brw_disasm.c
index b211a0f..e235fd4 100644
--- a/src/mesa/drivers/dri/i965/brw_disasm.c
+++ b/src/mesa/drivers/dri/i965/brw_disasm.c
@@ -275,7 +275,7 @@ static const char *const pred_ctrl_align1[16] = {
[BRW_PREDICATE_ALIGN1_ANY16H] = ".any16h",
[BRW_PREDICATE_ALIGN1_ALL16H] = ".all16h",
[BRW_PREDICATE_ALIGN1_ANY32H] = ".any32h",
- [BRW_PREDICATE_ALIGN1_ANY32H] = ".all32h",
+ [BRW_PREDICATE_ALIGN1_ALL32H] = ".all32h",
};
static const char *const thread_ctrl[4] = {