| Index: src/mips/stub-cache-mips.cc
|
| diff --git a/src/mips/stub-cache-mips.cc b/src/mips/stub-cache-mips.cc
|
| index c4b1ee57a7239ebb9cb73033fd5b1bbcbbe2b916..299ffd22bd43c4985b60e6c8c08deabbd6d93211 100644
|
| --- a/src/mips/stub-cache-mips.cc
|
| +++ b/src/mips/stub-cache-mips.cc
|
| @@ -2934,7 +2934,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);
|
| }
|
|
|
|
|
|
|