| Index: test/cctest/test-code-stubs-mips.cc
|
| diff --git a/test/cctest/test-code-stubs-mips.cc b/test/cctest/test-code-stubs-mips.cc
|
| index 8dce89694e1c50c7e4132a7cb08223b1bfc08668..cf43a5c06c94ebdf382c54b04eb0dd144a1009ec 100644
|
| --- a/test/cctest/test-code-stubs-mips.cc
|
| +++ b/test/cctest/test-code-stubs-mips.cc
|
| @@ -54,7 +54,8 @@ ConvertDToIFunc MakeConvertDToIFuncTrampoline(Isolate* isolate,
|
| CHECK(buffer);
|
| HandleScope handles(isolate);
|
| MacroAssembler masm(isolate, buffer, static_cast<int>(actual_size));
|
| - DoubleToIStub stub(source_reg, destination_reg, 0, true, inline_fastpath);
|
| + DoubleToIStub stub(isolate, source_reg, destination_reg, 0, true,
|
| + inline_fastpath);
|
|
|
| byte* start = stub.GetCode(isolate)->instruction_start();
|
| Label done;
|
|
|