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