Skip to content

Commit

Permalink
Trying to build nativeAOT
Browse files Browse the repository at this point in the history
  • Loading branch information
khushal1996 committed Mar 5, 2024
1 parent d2cd464 commit 23e476e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/coreclr/vm/jitinterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10697,6 +10697,8 @@ void* CEEJitInfo::getHelperFtn(CorInfoHelpFunc ftnNum, /* IN */
dynamicFtnNum == DYNAMIC_CORINFO_HELP_ULMUL_OVF ||
dynamicFtnNum == DYNAMIC_CORINFO_HELP_ULNG2DBL ||
dynamicFtnNum == DYNAMIC_CORINFO_HELP_DBL2ULNG ||
dynamicFtnNum == DYNAMIC_CORINFO_HELP_DBL2INT ||
dynamicFtnNum == DYNAMIC_CORINFO_HELP_DBL2UINT ||
dynamicFtnNum == DYNAMIC_CORINFO_HELP_DBL2INT_OVF ||
dynamicFtnNum == DYNAMIC_CORINFO_HELP_DBL2UINT_OVF ||
dynamicFtnNum == DYNAMIC_CORINFO_HELP_DBL2LNG_OVF ||
Expand Down

0 comments on commit 23e476e

Please sign in to comment.