i965/disasm: Fix s/xoo/xor/ typo.
authorMatt Turner <mattst88@gmail.com>
Sun, 20 Apr 2014 21:36:37 +0000 (14:36 -0700)
committerMatt Turner <mattst88@gmail.com>
Tue, 22 Apr 2014 16:12:31 +0000 (09:12 -0700)
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_disasm.c

index 0bc7a64..e54172c 100644 (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",