Index: src/mips/assembler-mips.h |
diff --git a/src/mips/assembler-mips.h b/src/mips/assembler-mips.h |
index 1bde0b6edeb477b6905c25942d274b9fd502afbd..a282bcc2642eb2c397feff053f9c27104e5bc8d3 100644 |
--- a/src/mips/assembler-mips.h |
+++ b/src/mips/assembler-mips.h |
@@ -490,6 +490,7 @@ class CpuFeatures : public AllStatic { |
static unsigned supported_; |
static unsigned found_by_runtime_probing_; |
+ friend class ExternalReference; |
DISALLOW_COPY_AND_ASSIGN(CpuFeatures); |
}; |