Skip to content

Commit

Permalink
Merge pull request #7342 from BradleyWood/crc32chelper
Browse files Browse the repository at this point in the history
x86: declare helper for crc32
  • Loading branch information
0xdaryl committed May 23, 2024
2 parents 9eb7915 + d1ef944 commit e32d21b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler/runtime/Helpers.inc
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,8 @@ SETVAL(TR_AMD64encodeUTF16Big,TR_LXRH+35)
SETVAL(TR_AMD64encodeUTF16Little,TR_LXRH+36)
SETVAL(TR_AMD64doAESENCEncrypt,TR_LXRH+37)
SETVAL(TR_AMD64doAESENCDecrypt,TR_LXRH+38)
SETVAL(TR_AMD64numRuntimeHelpers,TR_LXRH+39)
SETVAL(TR_AMD64java_util_zip_CRC32C_updateBytes,TR_LXRH+39)
SETVAL(TR_AMD64numRuntimeHelpers,TR_LXRH+40)

SETVAL(TR_PPClongDivide,TR_FSRH)
SETVAL(TR_PPCnativeStaticHelper,TR_FSRH+1)
Expand Down

0 comments on commit e32d21b

Please sign in to comment.