Index: src/ic/ia32/ic-ia32.cc |
diff --git a/src/ic/ia32/ic-ia32.cc b/src/ic/ia32/ic-ia32.cc |
index 7a6a41541ccac5c20afcd5248fecbb3c0960119b..fc40766e05d34702d963bdbfe76807569503cd38 100644 |
--- a/src/ic/ia32/ic-ia32.cc |
+++ b/src/ic/ia32/ic-ia32.cc |
@@ -672,7 +672,7 @@ static void LoadIC_PushArgs(MacroAssembler* masm) { |
} |
-void LoadIC::GenerateMiss(MacroAssembler* masm) { |
+void LoadIC::GenerateMiss(MacroAssembler* masm, int stress) { |
// Return address is on the stack. |
__ IncrementCounter(masm->isolate()->counters()->load_miss(), 1); |
LoadIC_PushArgs(masm); |