Skip to content

Commit

Permalink
Update src/coreclr/vm/jitinterface.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas committed Mar 25, 2024
1 parent e90f62f commit 3192199
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/coreclr/vm/jitinterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10705,9 +10705,7 @@ void* CEEJitInfo::getHelperFtn(CorInfoHelpFunc ftnNum, /* IN */
dynamicFtnNum == DYNAMIC_CORINFO_HELP_LDELEMA_REF ||
dynamicFtnNum == DYNAMIC_CORINFO_HELP_MEMSET ||
dynamicFtnNum == DYNAMIC_CORINFO_HELP_MEMZERO ||
dynamicFtnNum == DYNAMIC_CORINFO_HELP_MEMCPY ||
dynamicFtnNum == DYNAMIC_CORINFO_HELP_DBLREM ||
dynamicFtnNum == DYNAMIC_CORINFO_HELP_FLTREM)
dynamicFtnNum == DYNAMIC_CORINFO_HELP_MEMCPY)
{
Precode* pPrecode = Precode::GetPrecodeFromEntryPoint((PCODE)hlpDynamicFuncTable[dynamicFtnNum].pfnHelper);
_ASSERTE(pPrecode->GetType() == PRECODE_FIXUP);
Expand Down

0 comments on commit 3192199

Please sign in to comment.