i965: Don't print WE_normal in disassembly.

Dropping this helps most lines fit in an 80 column terminal.  The
absence of WE_normal also helps call attention to WE_all, where
something unusual is going on.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Kenneth Graunke
2014-07-17 16:41:44 -07:00
parent 2f181bc391
commit d6d3e6027d
+1 -1
View File
@@ -213,7 +213,7 @@ static const char *const accwr[2] = {
};
static const char *const wectrl[2] = {
[0] = "WE_normal",
[0] = "",
[1] = "WE_all"
};