i965: Fix setup of immediate types for gen4 disasm.
authorEric Anholt <eric@anholt.net>
Wed, 23 Dec 2009 01:05:10 +0000 (17:05 -0800)
committerEric Anholt <eric@anholt.net>
Sat, 26 Dec 2009 19:18:02 +0000 (11:18 -0800)
Caught by clang.

src/mesa/drivers/dri/i965/brw_disasm.c

index 9fef230..47629df 100644 (file)
@@ -239,7 +239,7 @@ char *imm_encoding[8] = {
     [2] = "UW",
     [3] = "W",
     [5] = "VF",
-    [5] = "V",
+    [6] = "V",
     [7] = "F"
 };