| Index: src/crankshaft/ppc/lithium-codegen-ppc.cc
|
| diff --git a/src/crankshaft/ppc/lithium-codegen-ppc.cc b/src/crankshaft/ppc/lithium-codegen-ppc.cc
|
| index 5bec2c705d55236db7a292cfe1d0f863ebc5ab60..e8ee51eacee074c0e38509a53ef2498beb901926 100644
|
| --- a/src/crankshaft/ppc/lithium-codegen-ppc.cc
|
| +++ b/src/crankshaft/ppc/lithium-codegen-ppc.cc
|
| @@ -4791,7 +4791,8 @@ void LCodeGen::DoDeferredStringCharFromCode(LStringCharFromCode* instr) {
|
| PushSafepointRegistersScope scope(this);
|
| __ SmiTag(char_code);
|
| __ push(char_code);
|
| - CallRuntimeFromDeferred(Runtime::kCharFromCode, 1, instr, instr->context());
|
| + CallRuntimeFromDeferred(Runtime::kStringCharFromCode, 1, instr,
|
| + instr->context());
|
| __ StoreToSafepointRegisterSlot(r3, result);
|
| }
|
|
|
|
|