mirror of
https://github.com/reactos/wine.git
synced 2025-02-09 13:43:16 +00:00
d3dcompiler_43: Make debug_dump_ir_constructor() static.
This commit is contained in:
parent
4f16c2f791
commit
768c38034c
@ -1139,7 +1139,7 @@ static void debug_dump_ir_constant(const struct hlsl_ir_constant *constant)
|
||||
TRACE("}");
|
||||
}
|
||||
|
||||
void debug_dump_ir_constructor(const struct hlsl_ir_constructor *constructor)
|
||||
static void debug_dump_ir_constructor(const struct hlsl_ir_constructor *constructor)
|
||||
{
|
||||
struct hlsl_ir_node *arg;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user