From db20f3f1bb8595633a7e16c8900fd401a453a6b5 Mon Sep 17 00:00:00 2001 From: Jiyoung Yun Date: Tue, 27 Dec 2016 16:46:08 +0900 Subject: Imported Upstream version 1.0.0.9127 --- src/utilcode/stresslog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utilcode/stresslog.cpp') 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 -- cgit v1.2.3