Skip to content

Commit

Permalink
AArch64: Add TR_ARM64jitCollapseJNIReferenceFrame to getRuntimeHelper…
Browse files Browse the repository at this point in the history
…Name

This commit changes `TR_Debug::getRuntimeHelperName` to return valid name
for `TR_ARM64jitCollapseJNIReferenceFrame`.

Signed-off-by: Akira Saitoh <saiaki@jp.ibm.com>
  • Loading branch information
Akira1Saitoh committed May 27, 2021
1 parent 529c23e commit 947e5e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/ras/Debug.cpp
Expand Up @@ -4217,6 +4217,7 @@ TR_Debug::getRuntimeHelperName(int32_t index)
case TR_ARM64revertToInterpreterGlue: return "_revertToInterpreterGlue";
case TR_ARM64doubleRemainder: return "doubleRemainder";
case TR_ARM64floatRemainder: return "floatRemainder";
case TR_ARM64jitCollapseJNIReferenceFrame: return "jitCollapseJNIReferenceFrame";
}
}
#endif
Expand Down

0 comments on commit 947e5e7

Please sign in to comment.