projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f812c1
)
Fix FEATURE_INTERPRETER build error
author
Jonghyun Park
<parjong@gmail.com>
Tue, 1 Aug 2017 13:04:24 +0000
(22:04 +0900)
committer
Jonghyun Park
<parjong@gmail.com>
Tue, 1 Aug 2017 13:12:22 +0000
(22:12 +0900)
src/vm/prestub.cpp
patch
|
blob
|
history
diff --git
a/src/vm/prestub.cpp
b/src/vm/prestub.cpp
index e4aeb1e91646ebd8e228c5ef8bea3ec6baf3aca6..e7014bef87a1418c2c9a135f90654a3cf3f70ada 100644
(file)
--- 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(p
JitNotificationInfo->p
Code) == NULL)
+ if (Interpreter::InterpretationStubToMethodInfo(pCode) == NULL)
#endif
{
// Fire an ETW event to mark the end of JIT'ing