mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
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:
parent
b207caf9bc
commit
3e71258023
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue