Index: src/mips/stub-cache-mips.cc |
diff --git a/src/mips/stub-cache-mips.cc b/src/mips/stub-cache-mips.cc |
index cea15f401dce3554f60a99bd1086203829a16279..03138266272332bedecb92b528ff8207a7fa833b 100644 |
--- a/src/mips/stub-cache-mips.cc |
+++ b/src/mips/stub-cache-mips.cc |
@@ -3319,7 +3319,7 @@ Handle<Code> KeyedLoadStubCompiler::CompileLoadPolymorphic( |
__ Jump(miss_ic, RelocInfo::CODE_TARGET); |
// Return the generated code. |
- return GetCode(Code::NORMAL, factory()->empty_string(), MEGAMORPHIC); |
+ return GetCode(Code::NORMAL, factory()->empty_string(), POLYMORPHIC); |
} |
@@ -3422,7 +3422,7 @@ Handle<Code> KeyedStoreStubCompiler::CompileStorePolymorphic( |
__ Jump(miss_ic, RelocInfo::CODE_TARGET); |
// Return the generated code. |
- return GetCode(Code::NORMAL, factory()->empty_string(), MEGAMORPHIC); |
+ return GetCode(Code::NORMAL, factory()->empty_string(), POLYMORPHIC); |
} |