Index: src/ppc/full-codegen-ppc.cc |
diff --git a/src/ppc/full-codegen-ppc.cc b/src/ppc/full-codegen-ppc.cc |
index fd21c4dd6c6589f0f1a827ef2846b7d0755e8f18..326857db5e870735adc36c22e9b9a7e25060b7a9 100644 |
--- a/src/ppc/full-codegen-ppc.cc |
+++ b/src/ppc/full-codegen-ppc.cc |
@@ -4283,7 +4283,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(r3); |