Index: src/ic/ppc/handler-compiler-ppc.cc |
diff --git a/src/ic/ppc/handler-compiler-ppc.cc b/src/ic/ppc/handler-compiler-ppc.cc |
index 385553870b445c130b6ee13f27150343d7c06ed7..f4f33a3608f5608b9a66551c209062891e07e187 100644 |
--- a/src/ic/ppc/handler-compiler-ppc.cc |
+++ b/src/ic/ppc/handler-compiler-ppc.cc |
@@ -173,6 +173,7 @@ void PropertyHandlerCompiler::GenerateApiAccessorCall( |
int accessor_index) { |
DCHECK(!accessor_holder.is(scratch_in)); |
DCHECK(!receiver.is(scratch_in)); |
+ __ push(accessor_holder); |
__ push(receiver); |
// Write the arguments to stack frame. |
if (is_store) { |