i965/disasm: Fix all32h/any32h predicate disassembly.

Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
This commit is contained in:
Matt Turner 2014-11-21 15:04:02 -08:00
parent b754e52532
commit ff966aff99
1 changed files with 1 additions and 1 deletions

View File

@ -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] = {