Index: src/x64/lithium-codegen-x64.cc |
=================================================================== |
--- src/x64/lithium-codegen-x64.cc (revision 7009) |
+++ src/x64/lithium-codegen-x64.cc (working copy) |
@@ -705,8 +705,8 @@ |
break; |
} |
case CodeStub::StringCharAt: { |
- // TODO(1116): Add StringCharAt stub to x64. |
- Abort("Unimplemented: %s", "StringCharAt Stub"); |
+ StringCharAtStub stub; |
+ CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr); |
break; |
} |
case CodeStub::MathPow: { |