Index: runtime/vm/assembler_mips.h |
=================================================================== |
--- runtime/vm/assembler_mips.h (revision 32559) |
+++ runtime/vm/assembler_mips.h (working copy) |
@@ -135,6 +135,15 @@ |
}; |
+class CPUFeatures : public AllStatic { |
+ public: |
+ static void InitOnce() { } |
+ static bool double_truncate_round_supported() { |
+ return false; |
+ } |
+}; |
+ |
+ |
class Assembler : public ValueObject { |
public: |
explicit Assembler(bool use_far_branches = false) |