summaryrefslogtreecommitdiff
path: root/src/vm/synch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/synch.cpp')
-rw-r--r--src/vm/synch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/synch.cpp b/src/vm/synch.cpp
index 31ed23546a..c21e4f53a0 100644
--- a/src/vm/synch.cpp
+++ b/src/vm/synch.cpp
@@ -841,7 +841,7 @@ bool CLRLifoSemaphore::Wait(DWORD timeoutMs, UINT32 spinCount, UINT32 processorC
}
#else // !_TARGET_ARM64_
const UINT32 Sleep0Threshold = 10;
- YieldProcessorWithBackOffNormalizationInfo normalizationInfo;
+ YieldProcessorNormalizationInfo normalizationInfo;
#ifdef FEATURE_PAL
// The PAL's wait subsystem is quite slow, spin more to compensate for the more expensive wait
spinCount *= 2;