| Index: src/crankshaft/x64/lithium-codegen-x64.cc
|
| diff --git a/src/crankshaft/x64/lithium-codegen-x64.cc b/src/crankshaft/x64/lithium-codegen-x64.cc
|
| index 42eb097e53942799c296f6dbbf1d3ec4933ad3ad..b39cab35ef408d920984e76e65330e9de01ff9a8 100644
|
| --- a/src/crankshaft/x64/lithium-codegen-x64.cc
|
| +++ b/src/crankshaft/x64/lithium-codegen-x64.cc
|
| @@ -4613,7 +4613,8 @@ void LCodeGen::DoDeferredStringCharFromCode(LStringCharFromCode* instr) {
|
| PushSafepointRegistersScope scope(this);
|
| __ Integer32ToSmi(char_code, char_code);
|
| __ Push(char_code);
|
| - CallRuntimeFromDeferred(Runtime::kCharFromCode, 1, instr, instr->context());
|
| + CallRuntimeFromDeferred(Runtime::kStringCharFromCode, 1, instr,
|
| + instr->context());
|
| __ StoreToSafepointRegisterSlot(result, rax);
|
| }
|
|
|
|
|