Mesa (master): i965/disasm: Fix s/xoo/xor/ typo.

Matt Turner mattst88 at kemper.freedesktop.org
Tue Apr 22 17:10:48 UTC 2014


Module: Mesa
Branch: master
Commit: f02f48929562aaef853b073dee41d4b21f4718b1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f02f48929562aaef853b073dee41d4b21f4718b1

Author: Matt Turner <mattst88 at gmail.com>
Date:   Sun Apr 20 14:36:37 2014 -0700

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

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 src/mesa/drivers/dri/i965/brw_disasm.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/drivers/dri/i965/brw_disasm.c b/src/mesa/drivers/dri/i965/brw_disasm.c
index 0bc7a64..e54172c 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",




More information about the mesa-commit mailing list