intel: Correct the word decoding for gen2 3DSTATE_LOAD_STATE_IMMEDIATE_1

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
main
Chris Wilson 2012-10-07 10:07:23 +01:00
parent 75830a0d2c
commit 8cf3475eb5
1 changed files with 1 additions and 1 deletions

View File

@ -1714,7 +1714,7 @@ decode_3d_1d(struct drm_intel_decode *ctx)
}
} else {
instr_out(ctx, i,
"S%d: 0x%08x\n", i, data[i]);
"S%d: 0x%08x\n", word, data[i]);
}
i++;
}