diff --git a/runtime/vm/object.h b/runtime/vm/object.h index a483e122e0e..ce71884cb76 100644 --- a/runtime/vm/object.h +++ b/runtime/vm/object.h @@ -3886,7 +3886,7 @@ class Function : public Object { // which have been de-optimized too many times. bool is_optimizable() const { #if defined(DART_PRECOMPILED_RUNTIME) - UNREACHABLE(); + return false; #else return untag()->packed_fields_.Read(); #endif