d3dcompiler_43: Remove an unwanted trailing '\n' in debug_dump_instr().
This commit is contained in:
parent
e4ca67f7aa
commit
0c9ee6663f
|
@ -2161,7 +2161,7 @@ static void debug_dump_instr(const struct hlsl_ir_node *instr)
|
|||
debug_dump_ir_if(if_from_node(instr));
|
||||
break;
|
||||
default:
|
||||
TRACE("No dump function for %s\n", debug_node_type(instr->type));
|
||||
TRACE("<No dump function for %s>", debug_node_type(instr->type));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue