Index: src/x64/ic-x64.cc |
=================================================================== |
--- src/x64/ic-x64.cc (revision 3561) |
+++ src/x64/ic-x64.cc (working copy) |
@@ -330,6 +330,7 @@ |
// Is the string a symbol? |
__ j(not_zero, &index_string); // The value in rbx is used at jump target. |
+ ASSERT(kSymbolTag != 0); |
__ testb(FieldOperand(rdx, Map::kInstanceTypeOffset), |
Immediate(kIsSymbolMask)); |
__ j(zero, &slow); |