summaryrefslogtreecommitdiff
path: root/src/jit/codegenlegacy.cpp
diff options
context:
space:
mode:
authorAditya Mandaleeka <adityamandaleeka@users.noreply.github.com>2016-08-05 11:04:00 -0700
committerGitHub <noreply@github.com>2016-08-05 11:04:00 -0700
commita52b08c1a07e035e41641d657719866950ba2dae (patch)
tree110e73d78dd1176afdc501034ced955c1699e022 /src/jit/codegenlegacy.cpp
parent1dd88149bc96fe42f6b7db192c4c6cd14e632f66 (diff)
parent077a1ea93a6b210ca9f3b113c9707b3e019a014c (diff)
downloadcoreclr-a52b08c1a07e035e41641d657719866950ba2dae.tar.gz
coreclr-a52b08c1a07e035e41641d657719866950ba2dae.tar.bz2
coreclr-a52b08c1a07e035e41641d657719866950ba2dae.zip
Merge pull request #6620 from hqueue/fix/typo_20160805
Fix misleading comment in codegenlegacy.cpp
Diffstat (limited to 'src/jit/codegenlegacy.cpp')
-rw-r--r--src/jit/codegenlegacy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/codegenlegacy.cpp b/src/jit/codegenlegacy.cpp
index 476f8af790..e62caa507a 100644
--- a/src/jit/codegenlegacy.cpp
+++ b/src/jit/codegenlegacy.cpp
@@ -3472,7 +3472,7 @@ regMaskTP CodeGen::WriteBarrier(GenTreePtr tgt,
return resultRegMask;
}
-#endif // _TARGET_ARM_
+#endif // defined(DEBUG) || !(defined(_TARGET_X86_) && NOGC_WRITE_BARRIERS)
#else // !FEATURE_WRITE_BARRIER