Index: src/mips/stub-cache-mips.cc |
diff --git a/src/mips/stub-cache-mips.cc b/src/mips/stub-cache-mips.cc |
index 9a6378ba85575955494015209eeeb28190f2fc3d..4342a06d5bd4ed8c78bed534237ceb4ef66d5ae3 100644 |
--- a/src/mips/stub-cache-mips.cc |
+++ b/src/mips/stub-cache-mips.cc |
@@ -2894,7 +2894,7 @@ Handle<Code> StoreStubCompiler::CompileStoreInterceptor( |
TailCallBuiltin(masm(), MissBuiltin(kind())); |
// Return the generated code. |
- return GetICCode(kind(), Code::INTERCEPTOR, name); |
+ return GetCode(kind(), Code::INTERCEPTOR, name); |
} |