| 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 f1f1c01d749a224b7879925553194d73e18ce55f..cdf9ec433918c7a4509bbd653414a7241bf91095 100644
|
| --- a/test/cctest/test-code-stubs-mips.cc
|
| +++ b/test/cctest/test-code-stubs-mips.cc
|
| @@ -56,7 +56,7 @@ ConvertDToIFunc MakeConvertDToIFuncTrampoline(Isolate* isolate,
|
| Assembler::kMinimalBufferSize, &actual_size, true));
|
| CHECK(buffer);
|
| HandleScope handles(isolate);
|
| - MacroAssembler masm(isolate, buffer, static_cast<int>(actual_size));
|
| + MacroAssembler masm(isolate, buffer, static_cast<int>(actual_size), true);
|
| DoubleToIStub stub(isolate, source_reg, destination_reg, 0, true,
|
| inline_fastpath);
|
|
|
|
|