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