summaryrefslogtreecommitdiff
path: root/src/jit/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/compiler.h')
-rw-r--r--src/jit/compiler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/jit/compiler.h b/src/jit/compiler.h
index c3f9bd3265..3b53e27ae4 100644
--- a/src/jit/compiler.h
+++ b/src/jit/compiler.h
@@ -1844,7 +1844,7 @@ public:
GenTreePtr gtNewAssignNode (GenTreePtr dst,
GenTreePtr src
- DEBUG_ARG(bool isPhiDefn = false));
+ DEBUGARG(bool isPhiDefn = false));
GenTreePtr gtNewTempAssign (unsigned tmp,
GenTreePtr val);
@@ -2200,7 +2200,7 @@ public :
#endif
};
#endif
- void lvaSetVarDoNotEnregister(unsigned varNum DEBUG_ARG(DoNotEnregisterReason reason));
+ void lvaSetVarDoNotEnregister(unsigned varNum DEBUGARG(DoNotEnregisterReason reason));
unsigned lvaVarargsHandleArg;
#ifdef _TARGET_X86_
@@ -4558,7 +4558,7 @@ private:
#endif
void fgMorphTreeDone (GenTreePtr tree,
GenTreePtr oldTree = NULL
- DEBUG_ARG(int morphNum = 0));
+ DEBUGARG(int morphNum = 0));
GenTreePtr fgMorphStmt;