[PATCH 5/5] d3dcompiler: Fix tracing of expression operators.

Matteo Bruni mbruni at codeweavers.com
Tue Sep 30 07:51:47 CDT 2014


This hunk should have been in d25486fba4b87981618e0f55a5a7388db95c204f.
---
 dlls/d3dcompiler_43/utils.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dlls/d3dcompiler_43/utils.c b/dlls/d3dcompiler_43/utils.c
index 858277a..8de102f 100644
--- a/dlls/d3dcompiler_43/utils.c
+++ b/dlls/d3dcompiler_43/utils.c
@@ -2083,6 +2083,11 @@ static const char *debug_expr_op(const struct hlsl_ir_expr *expr)
 
         "sat",
 
+        "pre++",
+        "pre--",
+        "post++",
+        "post--",
+
         "+",
         "-",
         "*",
@@ -2113,11 +2118,6 @@ static const char *debug_expr_op(const struct hlsl_ir_expr *expr)
 
         "pow",
 
-        "pre++",
-        "pre--",
-        "post++",
-        "post--",
-
         "lerp",
 
         ",",
-- 
1.8.5.5




More information about the wine-patches mailing list