diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vm/prestub.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/prestub.cpp b/src/vm/prestub.cpp index e4aeb1e916..e7014bef87 100644 --- a/src/vm/prestub.cpp +++ b/src/vm/prestub.cpp @@ -740,7 +740,7 @@ PCODE MethodDesc::JitCompileCodeLockedEventWrapper(PrepareCodeConfig* pConfig, J // Interpretted methods skip this notification #ifdef FEATURE_INTERPRETER - if (Interpreter::InterpretationStubToMethodInfo(pJitNotificationInfo->pCode) == NULL) + if (Interpreter::InterpretationStubToMethodInfo(pCode) == NULL) #endif { // Fire an ETW event to mark the end of JIT'ing |