summaryrefslogtreecommitdiff
path: root/src/utilcode
diff options
context:
space:
mode:
authorJonghyun Park <parjong@gmail.com>2016-12-01 05:08:20 +0900
committerJan Vorlicek <janvorli@microsoft.com>2016-11-30 21:08:20 +0100
commite562be52f31791e51acf4c2f890dce908d72f163 (patch)
tree80001b7007aedcd27422eac192d1b07e2b48d515 /src/utilcode
parent73c2dc7771ff782ccfdd4a9287d83f807d646131 (diff)
downloadcoreclr-e562be52f31791e51acf4c2f890dce908d72f163.tar.gz
coreclr-e562be52f31791e51acf4c2f890dce908d72f163.tar.bz2
coreclr-e562be52f31791e51acf4c2f890dce908d72f163.zip
Disable Windows-specific code for x86/Linux (#8371)
Diffstat (limited to 'src/utilcode')
-rw-r--r--src/utilcode/stresslog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utilcode/stresslog.cpp b/src/utilcode/stresslog.cpp
index f4b8961fcb..d364b06dd6 100644
--- a/src/utilcode/stresslog.cpp
+++ b/src/utilcode/stresslog.cpp
@@ -51,7 +51,7 @@ unsigned __int64 getTimeStamp() {
#endif // _TARGET_X86_
-#if defined(_TARGET_X86_)
+#if defined(_TARGET_X86_) && !defined(FEATURE_PAL)
/*********************************************************************************/
/* Get the the frequency cooresponding to 'getTimeStamp'. For x86, this is the