| Index: runtime/vm/intrinsifier_ia32.cc
|
| diff --git a/runtime/vm/intrinsifier_ia32.cc b/runtime/vm/intrinsifier_ia32.cc
|
| index 7bd0c89fce6d8a19d147eb9af617a9e4735bc15b..89dc82830a2e8ea8b4ca014ae9f3f3d00f153684 100644
|
| --- a/runtime/vm/intrinsifier_ia32.cc
|
| +++ b/runtime/vm/intrinsifier_ia32.cc
|
| @@ -1435,7 +1435,7 @@ bool Intrinsifier::String_getLength(Assembler* assembler) {
|
|
|
|
|
| // TODO(srdjan): Implement for two and four byte strings as well.
|
| -bool Intrinsifier::String_charCodeAt(Assembler* assembler) {
|
| +bool Intrinsifier::String_codeUnitAt(Assembler* assembler) {
|
| Label fall_through;
|
| __ movl(EBX, Address(ESP, + 1 * kWordSize)); // Index.
|
| __ movl(EAX, Address(ESP, + 2 * kWordSize)); // String.
|
|
|