Fix FEATURE_INTERPRETER build error
authorJonghyun Park <parjong@gmail.com>
Tue, 1 Aug 2017 13:04:24 +0000 (22:04 +0900)
committerJonghyun Park <parjong@gmail.com>
Tue, 1 Aug 2017 13:12:22 +0000 (22:12 +0900)
src/vm/prestub.cpp

index e4aeb1e..e7014be 100644 (file)
@@ -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