i965/disasm: Fix s/xoo/xor/ typo.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Matt Turner 2014-04-20 14:36:37 -07:00
parent 06501b3cf0
commit f02f489295

View file

@ -379,7 +379,7 @@ static const char *const dp_dc1_msg_type_hsw[16] = {
static const char * const aop[16] = {
[BRW_AOP_AND] = "and",
[BRW_AOP_OR] = "or",
[BRW_AOP_XOR] = "xoo",
[BRW_AOP_XOR] = "xor",
[BRW_AOP_MOV] = "mov",
[BRW_AOP_INC] = "inc",
[BRW_AOP_DEC] = "dec",