Chromium Code Reviews| Index: runtime/vm/os_android.cc |
| diff --git a/runtime/vm/os_android.cc b/runtime/vm/os_android.cc |
| index eef54b6705296a133394f60559b405f974bc4a21..66063814002d742fa1d445aea0c0c654b4d6049d 100644 |
| --- a/runtime/vm/os_android.cc |
| +++ b/runtime/vm/os_android.cc |
| @@ -281,7 +281,7 @@ void OS::SleepMicros(int64_t micros) { |
| void OS::DebugBreak() { |
| - UNIMPLEMENTED(); |
| + __builtin_trap(); |
| } |