| Index: src/ic/mips64/ic-mips64.cc
|
| diff --git a/src/ic/mips64/ic-mips64.cc b/src/ic/mips64/ic-mips64.cc
|
| index 4ba31235bb0308875b1f4394969a06232006d536..cacc95c3d9270e7eeed434b5fa297551a1ac97c4 100644
|
| --- a/src/ic/mips64/ic-mips64.cc
|
| +++ b/src/ic/mips64/ic-mips64.cc
|
| @@ -303,7 +303,7 @@ static void LoadIC_PushArgs(MacroAssembler* masm) {
|
| }
|
|
|
|
|
| -void LoadIC::GenerateMiss(MacroAssembler* masm, int stress) {
|
| +void LoadIC::GenerateMiss(MacroAssembler* masm) {
|
| // The return address is on the stack.
|
| Isolate* isolate = masm->isolate();
|
|
|
|
|