Chromium Code Reviews| Index: src/mips/constants-mips.h |
| diff --git a/src/mips/constants-mips.h b/src/mips/constants-mips.h |
| index 5ead1105ee7366831359ab54aa696d54f6bcc352..c2eb4cae1ecb477162dadb3fd037dd4d147d7183 100644 |
| --- a/src/mips/constants-mips.h |
| +++ b/src/mips/constants-mips.h |
| @@ -105,7 +105,7 @@ const uint32_t kHoleNanLower32Offset = 4; |
| (kArchVariant == check) |
| #else |
| #define IsMipsArchVariant(check) \ |
| - (CpuFeatures::IsSupported(check)) |
| + (CpuFeatures::IsSupported(static_cast<CpuFeature>(check))) |
| #endif |