| Index: src/mips/full-codegen-mips.cc
|
| diff --git a/src/mips/full-codegen-mips.cc b/src/mips/full-codegen-mips.cc
|
| index 153d9cf199546491f3f6cc23e44f0e80684b90da..bc13cc321680ebe2e1745a0562d9932557d5f7bc 100644
|
| --- a/src/mips/full-codegen-mips.cc
|
| +++ b/src/mips/full-codegen-mips.cc
|
| @@ -4306,7 +4306,7 @@ void FullCodeGenerator::EmitGetFromCache(CallRuntime* expr) {
|
| __ bind(¬_found);
|
| // Call runtime to perform the lookup.
|
| __ Push(cache, key);
|
| - __ CallRuntime(Runtime::kGetFromCache, 2);
|
| + __ CallRuntime(Runtime::kGetFromCacheRT, 2);
|
|
|
| __ bind(&done);
|
| context()->Plug(v0);
|
|
|