Skip to content

Commit

Permalink
AArch64: Add jitCollapseJNIReferenceFrame helper
Browse files Browse the repository at this point in the history
Add jitCollapseJNIReferenceFrame helper entry.

Signed-off-by: Akira Saitoh <saiaki@jp.ibm.com>
  • Loading branch information
Akira1Saitoh committed Dec 4, 2019
1 parent 97da8ad commit 0249da0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler/runtime/Helpers.inc
Expand Up @@ -503,7 +503,8 @@ SETVAL(TR_ARM64revertToInterpreterGlue,TR_FSRH+30)
SETVAL(TR_ARM64interpreterUnresolvedConstantDynamicGlue, TR_FSRH+31)
SETVAL(TR_ARM64floatRemainder,TR_FSRH+32)
SETVAL(TR_ARM64doubleRemainder,TR_FSRH+33)
SETVAL(TR_ARM64numRuntimeHelpers,TR_FSRH+34)
SETVAL(TR_ARM64jitCollapseJNIReferenceFrame,TR_FSRH+34)
SETVAL(TR_ARM64numRuntimeHelpers,TR_FSRH+35)

SETVAL(TR_S390longDivide,TR_FSRH)
SETVAL(TR_S390interfaceCallHelper,TR_FSRH+1)
Expand Down

0 comments on commit 0249da0

Please sign in to comment.