Index: src/ic/ppc/ic-ppc.cc |
diff --git a/src/ic/ppc/ic-ppc.cc b/src/ic/ppc/ic-ppc.cc |
index 09117179ea2a3617d81ac8c069f2d2097f39654a..2079f5b34a1ba8a8baea8a34a068360e4b53796f 100644 |
--- a/src/ic/ppc/ic-ppc.cc |
+++ b/src/ic/ppc/ic-ppc.cc |
@@ -310,7 +310,7 @@ static void LoadIC_PushArgs(MacroAssembler* masm) { |
} |
-void LoadIC::GenerateMiss(MacroAssembler* masm) { |
+void LoadIC::GenerateMiss(MacroAssembler* masm, int stress) { |
// The return address is in lr. |
Isolate* isolate = masm->isolate(); |