i915g: Fix shader disasm code

This broke when I separated declarations/shader.
This commit is contained in:
Stéphane Marchesin 2014-05-26 22:12:17 -07:00
parent 82a76e61e7
commit 328e7e7742

View file

@ -339,7 +339,6 @@ i915_disassemble_program(struct debug_stream *stream,
assert((program[0] & 0x1ff) + 2 == sz);
program++;
for (i = 1; i < sz; i += 3, program += 3) {
unsigned opcode = program[0] & (0x1f << 24);