| Index: src/mips/code-stubs-mips.h
|
| diff --git a/src/mips/code-stubs-mips.h b/src/mips/code-stubs-mips.h
|
| index bb36d22bdee703b50959b645329cf676989488f6..b560c63e0fb9bb9a3088e5e04ee4cf51e35a1df3 100644
|
| --- a/src/mips/code-stubs-mips.h
|
| +++ b/src/mips/code-stubs-mips.h
|
| @@ -657,6 +657,7 @@ class FloatingPointHelper : public AllStatic {
|
| Register object,
|
| Destination destination,
|
| FPURegister double_dst,
|
| + FPURegister double_scratch,
|
| Register dst1,
|
| Register dst2,
|
| Register heap_number_map,
|
| @@ -678,7 +679,8 @@ class FloatingPointHelper : public AllStatic {
|
| Register scratch1,
|
| Register scratch2,
|
| Register scratch3,
|
| - FPURegister double_scratch,
|
| + FPURegister double_scratch0,
|
| + FPURegister double_scratch1,
|
| Label* not_int32);
|
|
|
| // Generate non FPU code to check if a double can be exactly represented by a
|
|
|