| Index: src/x64/lithium-codegen-x64.cc
|
| diff --git a/src/x64/lithium-codegen-x64.cc b/src/x64/lithium-codegen-x64.cc
|
| index 2eea10ad04b699e417dce4e8b88814bce5a7ab3c..e3563d265c68498c091dea91708e18c4e7dc63df 100644
|
| --- a/src/x64/lithium-codegen-x64.cc
|
| +++ b/src/x64/lithium-codegen-x64.cc
|
| @@ -2387,7 +2387,7 @@ void LCodeGen::DoStringCharCodeAt(LStringCharCodeAt* instr) {
|
| if (instr->index()->IsConstantOperand()) {
|
| __ movzxwl(result,
|
| FieldOperand(string,
|
| - SeqTwoByteString::kHeaderSize +
|
| + SeqTwoByteString::kHeaderSize +
|
| (kUC16Size * const_index)));
|
| } else {
|
| __ movzxwl(result, FieldOperand(string,
|
|
|