i965: Print the offset for IFF in disasm
authorEric Anholt <eric@anholt.net>
Wed, 10 Mar 2010 17:31:49 +0000 (09:31 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 10 Mar 2010 18:44:08 +0000 (10:44 -0800)
src/mesa/drivers/dri/i965/brw_disasm.c

index 54699cf8d3406060becb53f28799e58e70f30ff4..4d25152efc28d80927a12f9f96bf564ed4f5d09b 100644 (file)
@@ -73,7 +73,7 @@ struct {
     [BRW_OPCODE_NOP] = { .name = "nop", .nsrc = 0, .ndst = 0 },
     [BRW_OPCODE_JMPI] = { .name = "jmpi", .nsrc = 1, .ndst = 0 },
     [BRW_OPCODE_IF] = { .name = "if", .nsrc = 2, .ndst = 0 },
-    [BRW_OPCODE_IFF] = { .name = "iff", .nsrc = 1, .ndst = 01 },
+    [BRW_OPCODE_IFF] = { .name = "iff", .nsrc = 2, .ndst = 1 },
     [BRW_OPCODE_WHILE] = { .name = "while", .nsrc = 2, .ndst = 0 },
     [BRW_OPCODE_ELSE] = { .name = "else", .nsrc = 2, .ndst = 0 },
     [BRW_OPCODE_BREAK] = { .name = "break", .nsrc = 2, .ndst = 0 },