Skip to content

Commit

Permalink
Fix calling getMethodName on our function, so it ends up in the MCH (d…
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceForstall authored Dec 5, 2019
1 parent 8f67999 commit 89985be
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ CorJitResult __stdcall interceptor_ICJC::compileMethod(ICorJitInfo*
our_ICorJitInfo.getClassName(ourClass);
our_ICorJitInfo.isValueClass(ourClass);
our_ICorJitInfo.asCorInfoType(ourClass);

const char* className = nullptr;
our_ICorJitInfo.getMethodName(info->ftn, &className);
#endif

// Record data from the global context, if any
Expand Down

0 comments on commit 89985be

Please sign in to comment.