mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-24 05:10:31 +01:00
gallium: fix debug_printf() format string
This commit is contained in:
parent
a9d37f6837
commit
bb45e6f07b
1 changed files with 1 additions and 1 deletions
|
|
@ -1319,7 +1319,7 @@ tgsi_emit_ppc(const struct tgsi_token *tokens,
|
|||
|
||||
if (!ok) {
|
||||
uint opcode = parse.FullToken.FullInstruction.Instruction.Opcode;
|
||||
debug_printf("failed to translate tgsi opcode %d to PPC (%s)\n",
|
||||
debug_printf("failed to translate tgsi opcode %d (%s) to PPC (%s)\n",
|
||||
opcode,
|
||||
tgsi_get_opcode_name(opcode),
|
||||
parse.FullHeader.Processor.Processor == TGSI_PROCESSOR_VERTEX ?
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue