i965: Fix disassembly of BLORP clear programs.

Too many levels of indirection.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Kenneth Graunke 2014-06-11 12:22:12 -07:00
parent b207caf9bc
commit 3e71258023

View file

@ -486,7 +486,7 @@ brw_blorp_const_color_program::compile(struct brw_context *brw,
if (unlikely(INTEL_DEBUG & DEBUG_BLORP)) {
fprintf(stderr, "Native code for BLORP clear:\n");
brw_disassemble(brw, &func.store, 0, func.next_insn_offset, stderr);
brw_disassemble(brw, func.store, 0, func.next_insn_offset, stderr);
fprintf(stderr, "\n");
}