Index: runtime/vm/assembler_arm.h |
=================================================================== |
--- runtime/vm/assembler_arm.h (revision 23918) |
+++ runtime/vm/assembler_arm.h (working copy) |
@@ -66,10 +66,7 @@ |
class CPUFeatures : public AllStatic { |
public: |
static void InitOnce(); |
- static bool double_truncate_round_supported() { |
- UNIMPLEMENTED(); |
- return false; |
- } |
+ static bool double_truncate_round_supported() { return false; } |
static bool integer_division_supported(); |
#if defined(USING_SIMULATOR) |
static void set_integer_division_supported(bool supported); |