| Index: src/codegen-ia32.cc
|
| ===================================================================
|
| --- src/codegen-ia32.cc (revision 1278)
|
| +++ src/codegen-ia32.cc (working copy)
|
| @@ -2997,9 +2997,9 @@
|
| // See the comment in objects.h.
|
| ASSERT(kLongStringTag == 0);
|
| ASSERT(kMediumStringTag + String::kLongLengthShift ==
|
| - String::kMediumLengthShift);
|
| + String::kMediumLengthShift);
|
| ASSERT(kShortStringTag + String::kLongLengthShift ==
|
| - String::kShortLengthShift);
|
| + String::kShortLengthShift);
|
| __ mov(ecx, Operand(edi));
|
| __ and_(ecx, kStringSizeMask);
|
| __ add(Operand(ecx), Immediate(String::kLongLengthShift));
|
|
|