Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove MethodDesc from GC coverage.
  • Loading branch information
AaronRobinsonMSFT committed Mar 16, 2020
commit 33378a7ab15face3ef8e510a5c07a5d513ea0590
3 changes: 2 additions & 1 deletion src/coreclr/src/vm/gccover.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1407,7 +1407,8 @@ BOOL OnGcCoverageInterrupt(PCONTEXT regs)
// where the call could be coming from a thread unknown to the CLR and
// we haven't created a thread yet - see PreStubWorker_Preemptive().
_ASSERTE(pMD->HasNativeCallableAttribute());
return (FALSE);
RemoveGcCoverageInterrupt(instrPtr, savedInstrPtr);
return TRUE;
}

#if defined(USE_REDIRECT_FOR_GCSTRESS) && !defined(TARGET_UNIX)
Expand Down