Index: src/arm64/lithium-codegen-arm64.cc |
diff --git a/src/arm64/lithium-codegen-arm64.cc b/src/arm64/lithium-codegen-arm64.cc |
index 2f344e5c0e0f500ab5edcba16806eb3bd97a9452..da74cf0b23a49b167b6392e68f722e6dcbce73a5 100644 |
--- a/src/arm64/lithium-codegen-arm64.cc |
+++ b/src/arm64/lithium-codegen-arm64.cc |
@@ -5391,7 +5391,7 @@ void LCodeGen::DoDeferredStringCharCodeAt(LStringCharCodeAt* instr) { |
__ SmiTag(index); |
__ Push(index); |
- CallRuntimeFromDeferred(Runtime::kStringCharCodeAt, 2, instr, |
+ CallRuntimeFromDeferred(Runtime::kHiddenStringCharCodeAt, 2, instr, |
instr->context()); |
__ AssertSmi(x0); |
__ SmiUntag(x0); |