Index: src/mips/stub-cache-mips.cc |
diff --git a/src/mips/stub-cache-mips.cc b/src/mips/stub-cache-mips.cc |
index 03138266272332bedecb92b528ff8207a7fa833b..33c7c6f0c47c57a7848d8e925d326bd948c036dd 100644 |
--- a/src/mips/stub-cache-mips.cc |
+++ b/src/mips/stub-cache-mips.cc |
@@ -3407,7 +3407,7 @@ Handle<Code> KeyedStoreStubCompiler::CompileStorePolymorphic( |
for (int i = 0; i < receiver_count; ++i) { |
if (transitioned_maps->at(i).is_null()) { |
__ Jump(handler_stubs->at(i), RelocInfo::CODE_TARGET, eq, |
- a3, Operand(receiver_maps->at(i))); |
+ a3, Operand(receiver_maps->at(i))); |
danno
2013/01/10 22:58:59
Stray whitespace change?
mvstanton
2013/01/11 13:43:01
Done.
|
} else { |
Label next_map; |
__ Branch(&next_map, ne, a3, Operand(receiver_maps->at(i))); |