Index: src/ic/x87/ic-x87.cc |
diff --git a/src/ic/x87/ic-x87.cc b/src/ic/x87/ic-x87.cc |
index 53e7a5ca0c7eaf05212bb006eef78c3cf99b7e1d..6e56c229d523a89ffa740610b822d557be0f300e 100644 |
--- a/src/ic/x87/ic-x87.cc |
+++ b/src/ic/x87/ic-x87.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); |