i965g: Fix setup of immediate types for gen4 disasm.
authorVinson Lee <vlee@vmware.com>
Sun, 20 Jun 2010 07:57:55 +0000 (00:57 -0700)
committerVinson Lee <vlee@vmware.com>
Sun, 20 Jun 2010 07:58:52 +0000 (00:58 -0700)
Caught by clang.

Follow-up to commit 070bbd4fcd5d2b669b880b91730a7ad9d130e416.

src/gallium/drivers/i965/brw_disasm.c

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