| Index: test/cctest/test-code-stubs-a64.cc
|
| diff --git a/test/cctest/test-code-stubs-a64.cc b/test/cctest/test-code-stubs-a64.cc
|
| index 9d04cbf944a7fe5128b037d66dc7bb3955d84d2c..7ddefdde14e604e63cfdfc164b47ec50241979d9 100644
|
| --- a/test/cctest/test-code-stubs-a64.cc
|
| +++ b/test/cctest/test-code-stubs-a64.cc
|
| @@ -87,7 +87,7 @@ ConvertDToIFunc MakeConvertDToIFuncTrampoline(Isolate* isolate,
|
| // Call through to the actual stub
|
| if (inline_fastpath) {
|
| __ Ldr(d0, MemOperand(source_reg));
|
| - __ TryInlineTruncateDoubleToI(destination_reg, d0, &done);
|
| + __ TryConvertDoubleToInt64(destination_reg, d0, &done);
|
| if (destination_reg.is(source_reg)) {
|
| // Restore clobbered source_reg.
|
| __ add(source_reg, jssp, Operand(source_reg_offset));
|
|
|