diff options
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_disasm.c | 2 |
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 0bc7a6484f9..e54172c6c78 100644 --- a/src/mesa/drivers/dri/i965/brw_disasm.c +++ b/src/mesa/drivers/dri/i965/brw_disasm.c @@ -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", |